Skip to content

Commit e5cc4ff

Browse files
authored
Remove coverage job condition (#672)
1 parent f8db0ba commit e5cc4ff

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)