Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahudde authored Sep 4, 2023
1 parent 8eaa622 commit 8f66b3c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
- name: Upload coverage reports to Codecov
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: codecov

jobs:
name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8f66b3c

Please sign in to comment.