Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades authored and jswrenn committed Jan 18, 2024
1 parent ea6e5a7 commit 3ee34d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
on:
push:
branches: [master]
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"

name: Code Coverage

jobs:
coverage:
# Don't run coverage on merge queue CI to avoid duplicating codecov reports
if: github.event_name != 'merge_group'
name: coverage
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3ee34d4

Please sign in to comment.