Skip to content

Commit 42bbad6

Browse files
authored
feat(coverage): more accurate coverage reporting (#304)
1 parent cf9034c commit 42bbad6

File tree

5 files changed

+479
-4
lines changed

5 files changed

+479
-4
lines changed

.c8rc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"all": true
3+
}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: always()
7171
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
7272
with:
73-
files: ./lcov.info
73+
files: ./coverage/lcov.info
7474

7575
- name: Upload test results to Codecov
7676
if: always()

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ npm-debug.log
66
out
77

88
# Tests
9-
lcov.info
9+
coverage
1010
junit.xml

0 commit comments

Comments
 (0)