Skip to content

Commit

Permalink
ci: add the coverage job for all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
bconn98 committed Dec 5, 2023
1 parent 24641a9 commit 1bce2c5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
---
name: coverage

on: [push]
on:
push:
branches:
- main
- devel
pull_request:
branches:
- main
- devel

jobs:
test:
name: coverage
Expand All @@ -21,5 +30,4 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
# token: ${{secrets.CODECOV_TOKEN}} # not required for public repos
fail_ci_if_error: true

0 comments on commit 1bce2c5

Please sign in to comment.