We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8052c4 commit 455d266Copy full SHA for 455d266
.github/workflows/codecov.yml .github/workflows/coverage.yml.github/workflows/codecov.yml renamed to .github/workflows/coverage.yml
@@ -34,21 +34,11 @@ jobs:
34
cd build
35
ctest -V || true
36
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
-
45
- name: Upload coverage
46
uses: codecov/codecov-action@v5
47
with:
48
token: ${{ secrets.CODECOV_TOKEN }}
49
- files: ./build/coverage.xml
+ files: ./build/
50
flags: unittests
51
name: cuSZp
52
fail_ci_if_error: true
53
- disable_search: true
54
codecov.yml
@@ -0,0 +1,4 @@
1
+coverage:
2
+ ignore:
3
+ - examples/*
4
+ - src/*utility*
0 commit comments