kopia lustrzana https://github.com/collective/icalendar
Make coverage report submission optional for test runs
rodzic
0cc0e1b0ae
commit
9196c8b236
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: Coverage
|
||||
run: |
|
||||
pip install coveralls coverage-python-version
|
||||
coveralls --service=github
|
||||
coveralls --service=github || true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue