Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit dc0413b

Browse files
authored
Code coverage configuration (#115)
1 parent d1b5f30 commit dc0413b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- "src/test/**" # Tests

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,7 @@ jobs:
7878
7979
- name: Upload to codecov.io
8080
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
81+
with:
82+
file: app/build/reports/kover/reportDebug.xml
8183
env:
8284
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)