Skip to content

Commit

Permalink
[INFRA,FIX] codecov (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler authored Aug 15, 2024
1 parent 2f15084 commit 2d81eea
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
run: |
mkdir build && cd build
cmake ../test/coverage -DCMAKE_BUILD_TYPE=Coverage \
-DCMAKE_CXX_FLAGS="-Wno-interference-size"
-DCMAKE_CXX_FLAGS="-Wno-interference-size"
make gtest_main
- name: Build tests
working-directory: build
run: |
ccache -z
make -k
ccache -sv
ccache -svvx
- name: Run tests
working-directory: build
Expand All @@ -73,8 +73,8 @@ jobs:
run: |
gcovr --root ${GITHUB_WORKSPACE}/test/coverage \
${GITHUB_WORKSPACE}/build \
--filter ${GITHUB_WORKSPACE}/raptor/include \
--filter ${GITHUB_WORKSPACE}/raptor/src \
--filter ${GITHUB_WORKSPACE}/include \
--filter ${GITHUB_WORKSPACE}/src \
--exclude-lines-by-pattern '^\s*$' \
--exclude-lines-by-pattern '^\s*};$' \
--exclude-unreachable-branches \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
ccache -z
make -k
ccache -sv
ccache -svvx
- name: Run tests
working-directory: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
ccache -z
make -k
ccache -sv
ccache -svvx
- name: Run tests
working-directory: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
ccache -z
make -k
ccache -sv
ccache -svvx
- name: Run tests
working-directory: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_utility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
run: |
ccache -z
make -k
ccache -sv
ccache -svvx
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
ccache -z
make -k
make install
ccache -sv
ccache -svvx
- name: Run Nextflow
if: matrix.name == 'Nextflow'
Expand Down

0 comments on commit 2d81eea

Please sign in to comment.