Browse Source

add token for coveralls

pull/300/head
Rossen 5 years ago
committed by GitHub
parent
commit
43cb2448c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/testing_initiative.yml

2
.github/workflows/testing_initiative.yml

@ -37,5 +37,7 @@ jobs:
run: |
PYTHONHASHSEED=0 pytest --cov=steam tests
- name: Submit coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
coveralls

Loading…
Cancel
Save