Update test_ci.yml
This commit is contained in:
2
.github/workflows/test_ci.yml
vendored
2
.github/workflows/test_ci.yml
vendored
@@ -34,5 +34,5 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CC_TEST_REPORTER_ID: ${{ secrets.CC_TESTING_KEY }}
|
CC_TEST_REPORTER_ID: ${{ secrets.CC_TESTING_KEY }}
|
||||||
with:
|
with:
|
||||||
coverageCommand: coverage run -m unittest test/main_tests.py
|
coverageCommand: coverage run -m unittest test/main_tests.py && coverage xml
|
||||||
debug: true
|
debug: true
|
||||||
|
|||||||
Reference in New Issue
Block a user