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 28, 2024
1 parent b5aa194 commit 48c4037
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 48c4037

Please sign in to comment.