From 04c4419cb92ea7180b760794ce89d64d1571b20e Mon Sep 17 00:00:00 2001 From: Ambertide Date: Mon, 10 Aug 2020 03:46:25 +0300 Subject: [PATCH] Update and rename blank.yml to test_ci.yml --- .github/workflows/{blank.yml => test_ci.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{blank.yml => test_ci.yml} (93%) 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