Skip to content

Commit

Permalink
move coverage to different action
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Aug 28, 2024
1 parent 0678d14 commit a47062d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
filename: .github/TEST_FAIL_TEMPLATE.md
update_existing: true

coverage:
name: Coverage
runs-on: ubuntu-latest
needs: test
steps:
- name: Coverage
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit a47062d

Please sign in to comment.