Skip to content

Commit

Permalink
ci: setup codecov also run on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Aug 25, 2022
1 parent 7ecff50 commit 2eda2b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Coverage
on:
push:
branches:
- master
- master
pull_request:
branches:
- master

jobs:
coverage:
Expand Down

0 comments on commit 2eda2b1

Please sign in to comment.