mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Add coveralls token
This commit is contained in:
parent
82ee3c6899
commit
2381f55ce2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
|
@ -98,6 +98,8 @@ jobs:
|
|||
# we only want to run coverall once, so we only do it for one of the matrix combinations
|
||||
- name: Run coverall
|
||||
if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7 }}
|
||||
with:
|
||||
coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
run: |
|
||||
coveralls
|
||||
coverage xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue