Skip to content

Commit 455d266

Browse files
committed
Updating cuSZp codecov workflow.
1 parent f8052c4 commit 455d266

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed
Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,11 @@ jobs:
3434
cd build
3535
ctest -V || true
3636
37-
- name: Generate coverage report
38-
run: |
39-
cd build
40-
gcovr -r .. \
41-
--filter 'src/|include/' \
42-
--exclude '(^|.*/)+src/cuSZp_utility\.cu$' \
43-
--xml-pretty -o coverage.xml
44-
4537
- name: Upload coverage
4638
uses: codecov/codecov-action@v5
4739
with:
4840
token: ${{ secrets.CODECOV_TOKEN }}
49-
files: ./build/coverage.xml
41+
files: ./build/
5042
flags: unittests
5143
name: cuSZp
5244
fail_ci_if_error: true
53-
disable_search: true
54-

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
coverage:
2+
ignore:
3+
- examples/*
4+
- src/*utility*

0 commit comments

Comments
 (0)