From 6155219882e986f2e763016976822aabe62fb5ba Mon Sep 17 00:00:00 2001 From: alexau Date: Sat, 2 Dec 2023 23:10:58 +0800 Subject: [PATCH] updated the report command --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e008ca8..51fb722 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -210,7 +210,7 @@ jobs: coverage combine ${{ needs.test-producer.outputs.coverage-file-cache-path }} ${{ needs.test-consumer.outputs.coverage-file-cache-path }} - name: Generate coverage report run: | - coverage report -m + coverage report --omit="*/tests/*" -m coverage html --omit="*/tests/*" - name: upload artifact uses: actions/upload-pages-artifact@v1