Skip to content

Commit

Permalink
Update codecov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed May 16, 2024
1 parent f81fb83 commit 414b8d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
- name: Upload coverage reports to Codecov
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 414b8d1

Please sign in to comment.