Skip to content

Commit

Permalink
Test action upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yomnes0 authored Feb 13, 2024
1 parent 440fc1b commit c2427dd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/cxx11-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,12 @@ jobs:
./test-srt
cd ../
source ./scripts/collect-gcov.sh
bash <(curl -s https://codecov.io/bash)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
directory: ./coverage/reports/
fail_ci_if_error: true
flags: unittests
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit c2427dd

Please sign in to comment.