Skip to content

Commit

Permalink
Turn off coverage reporting in MacOS
Browse files Browse the repository at this point in the history
Something is strange about the coverage reported by MacOS builds. Perhaps llvm-cov? Turning off whilst we investigate.

Relates to #279 and "solves" it by ignoring the problem.
  • Loading branch information
samcunliffe authored May 19, 2023
1 parent f1a0600 commit 3931e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
lcov --list coverage.info
- name: Upload coverage reports to Codecov
if: matrix.build_testing == 'ON'
if: matrix.build_testing == 'ON' && ${{ contains(matrix.os, 'ubuntu') }}
uses: codecov/codecov-action@v3

- name: Tar the build result to maintain permissions
Expand Down

0 comments on commit 3931e52

Please sign in to comment.