Skip to content

Commit

Permalink
Create codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderGetka-cbica authored Jul 26, 2024
1 parent 6a3f922 commit 769cff5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Test Coverage and Report to Codecov
on:
pull_request:
branches: ["main"]


jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 769cff5

Please sign in to comment.