ci: send test reports to codecov

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-05-30 00:12:22 +02:00
parent e762e46b4b
commit 73c17ef4d2
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,12 @@ jobs:
TESTFLAGS: "${{ (matrix.worker == 'docker' || matrix.worker == 'docker-container') && env.TESTFLAGS_DOCKER || env.TESTFLAGS }} --run=//worker=${{ matrix.worker }}$"
TESTPKGS: "${{ matrix.pkg }}"
SKIP_INTEGRATION_TESTS: "${{ matrix.skip-integration-tests }}"
-
name: Send to Codecov
if: always()
uses: codecov/codecov-action@v3
with:
directory: ./bin/testreports
-
name: Generate annotations
if: always()