Skip to content

Commit

Permalink
Disable coverage for PRs
Browse files Browse the repository at this point in the history
Suppresses the annoying X mark and failure notification due to codecov/codecov-action#29.
  • Loading branch information
ishitatsuyuki authored Jan 22, 2020
1 parent cab8756 commit 38805ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
on:
pull_request:
push:
branches:
- master
Expand Down Expand Up @@ -42,4 +41,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ${{ steps.coverage.outputs.report }}
fail_ci_if_error: true
fail_ci_if_error: true

0 comments on commit 38805ab

Please sign in to comment.