Skip to content

Commit

Permalink
Add codecov step
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Apr 30, 2024
1 parent b1e16b4 commit e88f367
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,9 @@ jobs:
--output-on-failure
env:
TSAN_OPTIONS=suppressions: ${{ runner.workspace }}/photobroom/sanitizer-thread-suppressions.txt

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: matrix.compiler.compiler == 'GNU' && matrix.shared == 'TRUE'

0 comments on commit e88f367

Please sign in to comment.