diff --git a/.github/workflows/blank.yml b/.github/workflows/test_ci.yml similarity index 93% rename from .github/workflows/blank.yml rename to .github/workflows/test_ci.yml index bf50093..347fd3c 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/test_ci.yml @@ -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