Update and rename blank.yml to test_ci.yml

This commit is contained in:
Ambertide
2020-08-10 03:46:25 +03:00
committed by GitHub
parent cbc86c419d
commit 04c4419cb9

View File

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