Merge pull request #2508 from crazy-max/integration-tests-coverage

test: setup integration tests coverage
This commit is contained in:
Tõnis Tiigi
2024-06-13 10:10:32 -07:00
committed by GitHub
6 changed files with 67 additions and 7 deletions

View File

@ -36,6 +36,7 @@ jobs:
TESTFLAGS_DOCKER: "-v --parallel=1 --timeout=30m"
TEST_IMAGE_BUILD: "0"
TEST_IMAGE_ID: "buildx-tests"
TEST_COVERAGE: "1"
strategy:
fail-fast: false
matrix:
@ -125,6 +126,7 @@ jobs:
directory: ./bin/testreports
flags: integration
token: ${{ secrets.CODECOV_TOKEN }}
disable_file_fixes: true
-
name: Generate annotations
if: always()
@ -197,6 +199,7 @@ jobs:
env_vars: RUNNER_OS
flags: unit
token: ${{ secrets.CODECOV_TOKEN }}
disable_file_fixes: true
-
name: Generate annotations
if: always()