Skip to content

Commit

Permalink
Use latest codecov with token
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 29, 2024
1 parent 29a9724 commit e276a31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
ctest -j 2 --output-on-failure -L ${{ matrix.tests }}
- name: Combine coverage
run: |
${GCC/gcc/gcov} $(find . -name "*.gcno")
cd build/coverage
coverage combine && mv .coverage ../..
- uses: codecov/codecov-action@v1
coverage combine && coverage xml && mv coverage.xml ../..
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e276a31

Please sign in to comment.