Rossen
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.github/workflows/testing_initiative.yml
|
@ -37,5 +37,7 @@ jobs: |
|
|
run: | |
|
|
run: | |
|
|
PYTHONHASHSEED=0 pytest --cov=steam tests |
|
|
PYTHONHASHSEED=0 pytest --cov=steam tests |
|
|
- name: Submit coveralls |
|
|
- name: Submit coveralls |
|
|
|
|
|
env: |
|
|
|
|
|
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} |
|
|
run: | |
|
|
run: | |
|
|
coveralls |
|
|
coveralls |
|
|