Add coverage and fix bugs in package

This commit is contained in:
Ege Emir Özkan
2020-08-10 03:59:11 +03:00
parent f168b78ba5
commit 5077629855
4 changed files with 4 additions and 2 deletions

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 && coverage xml
coverageCommand: sh coverage.sh
debug: true