Skip to content

Commit f8342cf

Browse files
committed
Remove coverage job condition
It's doing something funky and preventing Coveralls from leaving PR comments. I think.
1 parent 40d995d commit f8342cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
code-coverage:
2020
name: Code Coverage
2121
runs-on: ubuntu-latest
22-
if: ${{ github.event_name == 'pull_request' || github.ref == 'master' }}
2322
steps:
2423
- uses: actions/checkout@master
2524
- uses: Bogdanp/[email protected]

0 commit comments

Comments
 (0)