Skip to content

Commit

Permalink
experiment with double-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Jul 15, 2024
1 parent ee40b68 commit 6804cae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/on-pr-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ jobs:
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

coverage-pooled:
name: "Coverage"
uses: ./.github/workflows/build-test.yml
with:
coverage: ON
server_version: main
type: Debug
lib_msg_delivery: ON
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

dev-mode:
name: "DEV_MODE"
uses: ./.github/workflows/build-test.yml
Expand Down

0 comments on commit 6804cae

Please sign in to comment.