mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 13:26:30 +01:00
Add continue-on-error for non-core forks not sending to coveralls
This commit is contained in:
parent
64169889f3
commit
0387b810db
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
|
@ -89,6 +89,7 @@ jobs:
|
|||
# we only want to run coverall once, so we only do it for one of the matrix combinations
|
||||
- name: Send data to Coveralls
|
||||
if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7 }}
|
||||
continue-on-error: true
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
run: |
|
||||
|
|
@ -96,6 +97,7 @@ jobs:
|
|||
coveralls
|
||||
- name: Send data to Codacy
|
||||
if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7 }}
|
||||
continue-on-error: true
|
||||
uses: codacy/codacy-coverage-reporter-action@master
|
||||
with:
|
||||
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue