File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,13 @@ jobs:
4343
4444 - name : Generate coverage (gcovr XML)
4545 run : |
46- # Create a stable, filtered XML that points to build-side files first
4746 gcovr \
4847 --root "${{ github.workspace }}" \
4948 --object-directory "${{ github.workspace }}/build" \
50- --filter '.*/fypp/.+\.f90$' \
5149 --exclude '.*(tests|examples|toolchain|docs|benchmarks)/.*' \
5250 --gcov-ignore-parse-errors \
5351 --xml-pretty -o coverage.xml
54-
52+
5553 - name : Rewrite paths from generated .fpp.f90 -> repo .fpp
5654 run : |
5755 python3 - <<'PY'
7775 files : coverage.xml
7876 fail_ci_if_error : false
7977 verbose : true
78+ disable_search : true
79+ disable_file_fixes : true
8080 env :
8181 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
8282
You can’t perform that action at this time.
0 commit comments