Skip to content

Commit 834f03a

Browse files
committed
Add codecov.yml
1 parent f2f845d commit 834f03a

2 files changed

Lines changed: 25 additions & 3 deletions

File tree

.github/codecov.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Settings for Codecov
2+
# \info https://docs.codecov.com/docs/codecov-yaml
3+
# \info https://docs.codecov.com/docs/codecovyml-reference
4+
# \info https://docs.codecov.com/docs/commit-status
5+
# \info https://docs.codecov.com/docs/ignoring-paths
6+
7+
coverage:
8+
status:
9+
project:
10+
default:
11+
threshold: 1%
12+
patch:
13+
default:
14+
threshold: 1%
15+
16+
parsers:
17+
gcov:
18+
branch_detection:
19+
conditional: no
20+
loop: no
21+
method: no
22+
macro: no
23+
24+
ignore:
25+
- "test"

.github/workflows/coverage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
uses: codecov/codecov-action@v5
3232
with:
3333
directory: ${{github.workspace}}/build
34-
exclude: './test/'
35-
gcov_ignore: './test/**/*'
3634
fail_ci_if_error: true
3735
token: ${{ secrets.CODECOV_TOKEN }}
3836
verbose: true
39-

0 commit comments

Comments
 (0)