From 754e8ac74f26101a754def1a9b6a2f7a23f8a6f2 Mon Sep 17 00:00:00 2001 From: KKIEEK Date: Thu, 29 Sep 2022 20:01:55 +0900 Subject: [PATCH 1/2] [CI] Use Codecov --- .github/workflows/build_unit_test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_unit_test.yaml b/.github/workflows/build_unit_test.yaml index 5ad0f428..a49020bf 100644 --- a/.github/workflows/build_unit_test.yaml +++ b/.github/workflows/build_unit_test.yaml @@ -4,6 +4,7 @@ on: pull_request: branch: - 'main' + - 'ci/*' paths-ignore: - ".github/**.md" - "README.md" @@ -35,6 +36,7 @@ jobs: coverage xml coverage report -m - name: Display coverage - uses: ewjoachim/coverage-comment-action@v1 + uses: codecov/codecov-action@v3 with: - GITHUB_TOKEN: ${{ github.token }} + file: coverage.xml + flags: unittests \ No newline at end of file From b8aa817e3b4b95601a3fce5022741668d7fc212c Mon Sep 17 00:00:00 2001 From: KKIEEK Date: Fri, 30 Sep 2022 11:17:18 +0900 Subject: [PATCH 2/2] Fix --- .github/workflows/build_unit_test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_unit_test.yaml b/.github/workflows/build_unit_test.yaml index a49020bf..8407a2b1 100644 --- a/.github/workflows/build_unit_test.yaml +++ b/.github/workflows/build_unit_test.yaml @@ -4,7 +4,6 @@ on: pull_request: branch: - 'main' - - 'ci/*' paths-ignore: - ".github/**.md" - "README.md" @@ -39,4 +38,4 @@ jobs: uses: codecov/codecov-action@v3 with: file: coverage.xml - flags: unittests \ No newline at end of file + flags: unittests