From ed52d232782eeafc19b9c04d03ecabdcd59d6c35 Mon Sep 17 00:00:00 2001 From: Arpan Mahanty Date: Sun, 17 Mar 2024 01:05:52 +0530 Subject: [PATCH 1/2] Update sanity-suite.yml --- .github/workflows/sanity-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity-suite.yml b/.github/workflows/sanity-suite.yml index ef95fc9..afe100c 100644 --- a/.github/workflows/sanity-suite.yml +++ b/.github/workflows/sanity-suite.yml @@ -41,4 +41,4 @@ jobs: run: | ./cc-test-reporter before-build poetry run pytest - ./cc-test-reporter after-build --coverage-input-type clover --exit-code $? + ./cc-test-reporter after-build --exit-code $? From 8b0f7e825f9f1a3a121afe0f00cf3f199ea33ca2 Mon Sep 17 00:00:00 2001 From: Arpan Mahanty Date: Sun, 17 Mar 2024 01:09:26 +0530 Subject: [PATCH 2/2] Update sanity-suite.yml --- .github/workflows/sanity-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity-suite.yml b/.github/workflows/sanity-suite.yml index afe100c..1ab90cf 100644 --- a/.github/workflows/sanity-suite.yml +++ b/.github/workflows/sanity-suite.yml @@ -41,4 +41,4 @@ jobs: run: | ./cc-test-reporter before-build poetry run pytest - ./cc-test-reporter after-build --exit-code $? + ./cc-test-reporter after-build --coverage-input-type coverage.py --exit-code $?