Skip to content

Commit 32c3923

Browse files
authored
Fix coverage report (#2131)
1 parent 82a2434 commit 32c3923

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- uses: codecov/codecov-action@v3
4747
with:
4848
fail_ci_if_error: true
49+
files: coverage/lcov.info
4950
run-rules-on-codebase:
5051
runs-on: ubuntu-latest
5152
steps:

codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ coverage:
44
default:
55
target: 99%
66
threshold: 1%
7+
patch: off

0 commit comments

Comments
 (0)