Skip to content

Commit 14a64ed

Browse files
committed
Added the codecov-based reporting.
1 parent 54e85f1 commit 14a64ed

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@ jobs:
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
files: ./coverage.xml
40+
flags: unittests
41+
name: ci-coverage
4042
fail_ci_if_error: false
4143
verbose: true

codecov.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
comment:
2+
layout: "reach,diff,flags,tree"
3+
behavior: default
4+
require_changes: false
5+
require_base: no
6+
require_head: yes
7+
8+
# Optional: configure thresholds or ignore patterns below
9+
# coverage:
10+
# precision: 2
11+
# round: down

0 commit comments

Comments
 (0)