Skip to content

Commit

Permalink
fix: coverage reporting
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Aug 23, 2023
1 parent 54eb57f commit 11e8101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ jobs:
labs: [false]
flags: ["--config=linux"]
testlabel: ["Ubuntu"]
coverage: [true]
coverage: [false]
include:
# Bazel 7
- runner: ubuntu-latest
label: Ubuntu
labs: false
main: true
coverage: true
coverage: false
flags: --config=linux
testlabel: Ubuntu
- runner: macos-latest
label: macOS
labs: false
main: true
coverage: false
coverage: true
flags: --config=mac
testlabel: macOS
- runner: windows-2022
Expand Down

0 comments on commit 11e8101

Please sign in to comment.