Skip to content

Commit 63d51b7

Browse files
committed
codecov tweaks
1 parent 6c323cf commit 63d51b7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/codecov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
threshold: 0.5%
6+
removed_code_behavior: fully_covered_patch
7+
patch:
8+
default:
9+
target: 80%

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
with:
7171
file: lcov.info
7272
token: ${{ secrets.CODECOV_TOKEN }}
73+
fail_ci_if_error: false
74+
7375
docs:
7476
name: Documentation
7577
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)