Skip to content

Commit

Permalink
test: collect coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Nov 27, 2024
1 parent 1523a15 commit a1d8d18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-core-partial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
with:
pipeline-step: "build"
build-concurrency: "32"
collect-coverage: "true"
test-suite: ${{ matrix.type.test-suite }}
module-directory: ${{ matrix.type.module-directory }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -61,6 +62,7 @@ jobs:
with:
pipeline-step: "run"
run-concurrency: "16"
collect-coverage: "true"
test-suite: ${{ matrix.type.test-suite }}
module-directory: ${{ matrix.type.module-directory }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a1d8d18

Please sign in to comment.