Skip to content

Commit

Permalink
ci: Re-enable Coverage
Browse files Browse the repository at this point in the history
'contents' appears to be required for the coverage action. I've enabled
this on a couple of other repos and this appears to work.
  • Loading branch information
techman83 committed Mar 13, 2024
1 parent 524a588 commit cb8fb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
- pull_request

permissions:
contents: read
pull-requests: write

jobs:
coverage:
if: false
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit cb8fb2a

Please sign in to comment.