From 6b5b72ab4cecdd2e712ea30b355c24e021ae8070 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 15 Sep 2022 21:15:25 +0200 Subject: [PATCH] ci: use codecov flags Signed-off-by: Jens Langhammer --- .github/workflows/ci-main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index d10b21a2a..4277800de 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -96,6 +96,8 @@ jobs: testspace [unittest]unittest.xml --link=codecov - if: ${{ always() }} uses: codecov/codecov-action@v3 + with: + flags: unit test-integration: runs-on: ubuntu-latest steps: @@ -117,6 +119,8 @@ jobs: testspace [integration]unittest.xml --link=codecov - if: ${{ always() }} uses: codecov/codecov-action@v3 + with: + flags: integration test-e2e-provider: runs-on: ubuntu-latest steps: @@ -151,6 +155,8 @@ jobs: testspace [e2e-provider]unittest.xml --link=codecov - if: ${{ always() }} uses: codecov/codecov-action@v3 + with: + flags: e2e test-e2e-rest: runs-on: ubuntu-latest steps: @@ -185,6 +191,8 @@ jobs: testspace [e2e-rest]unittest.xml --link=codecov - if: ${{ always() }} uses: codecov/codecov-action@v3 + with: + flags: e2e ci-core-mark: needs: - lint