Skip to content

Commit

Permalink
Code coverage configuration (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
withinfocus authored Jun 5, 2024
1 parent d1b5f30 commit dc0413b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "src/test/**" # Tests
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,7 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
with:
file: app/build/reports/kover/reportDebug.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit dc0413b

Please sign in to comment.