[autotest] remove environment variable setting
This commit is contained in:
parent
6980d5e5d0
commit
6bac2b6e34
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autotest.yml
vendored
2
.github/workflows/autotest.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
./cc-test-reporter before-build
|
||||
- name: Run tests
|
||||
run: |
|
||||
RESULT=coverage3 run --source=. -m pytest tests -v
|
||||
coverage run --source=. -m pytest tests -v
|
||||
- name: Report coverage
|
||||
uses: paambaati/codeclimate-action@v3.0.0
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue