Skip to content

Commit

Permalink
using codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jul 3, 2024
1 parent 8c59686 commit 945c3b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ jobs:
-DENABLE_BEDROCK=ON \
-DCMAKE_BUILD_TYPE=Debug
make
make test
ctest --output-on-failure
- name: Send coverage report
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
gcov: true

0 comments on commit 945c3b6

Please sign in to comment.