Update test_ci.yml

This commit is contained in:
Ambertide
2020-08-10 03:55:44 +03:00
committed by GitHub
parent 1d2d3e881e
commit f168b78ba5

View File

@@ -34,5 +34,5 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TESTING_KEY }}
with:
coverageCommand: coverage run -m unittest test/main_tests.py
coverageCommand: coverage run -m unittest test/main_tests.py && coverage xml
debug: true