Skip to content

Commit e44e26f

Browse files
committed
move ignore to codecov.yml
1 parent 8073a37 commit e44e26f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@ jobs:
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}
3333
continue-on-error: true
34-
- name: Display test status badge
34+
- name: Handle Codecov actions
3535
uses: codecov/[email protected]
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838
flags: unittests
3939
fail_ci_if_error: true
4040
output: file
4141
file: build/reports/jacoco/test/jacocoTestReport.xml
42-
ignore:
43-
- "**/examples/**"
44-
- "**/Example**"
42+
config: ./codecov.yml
4543
continue-on-error: true

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ignore:
2+
- "**/examples/**"
3+
- "**/Example**"

0 commit comments

Comments
 (0)