From f168b78ba5f673ad619456acd6d6c106a4a099bc Mon Sep 17 00:00:00 2001 From: Ambertide Date: Mon, 10 Aug 2020 03:55:44 +0300 Subject: [PATCH] Update test_ci.yml --- .github/workflows/test_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_ci.yml b/.github/workflows/test_ci.yml index 53ecb78..9b1e631 100644 --- a/.github/workflows/test_ci.yml +++ b/.github/workflows/test_ci.yml @@ -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