Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert authored Jan 17, 2025
1 parent c4a7360 commit 2fa9da1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
coverage:

runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3

Expand All @@ -25,4 +27,4 @@ jobs:
coverage-files: coverage/lcov.info
minimum-coverage: 40
github-token: ${{ secrets.GITHUB_TOKEN }}
update-comment: true
update-comment: true

0 comments on commit 2fa9da1

Please sign in to comment.