Skip to content

Commit 43f7b06

Browse files
authored
Merge pull request #396 from pmienk/master
Modify CI coverage generation, add exclusion for error encountered in…
2 parents c8c6e8a + 7fffe1d commit 43f7b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/gsl.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ endfunction # get_sln_tests
802802
- name: Coveralls Calculation
803803
if: ${{ matrix.coverage == 'cov' }}
804804
run: |
805-
lcov --ignore-errors version,gcov,mismatch --directory . --capture --output-file coverage.info
805+
lcov --ignore-errors version,gcov,mismatch,mismatch --directory . --capture --output-file coverage.info
806806
lcov --ignore-errors unused --remove coverage.info $(my.exclusions) --output-file coverage.info
807807
lcov --list coverage.info
808808

0 commit comments

Comments
 (0)