Skip to content

Commit

Permalink
Update codecov action to version 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpp977 committed Jun 15, 2023
1 parent ccf926a commit 1eab6bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,10 @@ jobs:
- name: Upload coverage to Codecov
if: matrix.preset == 'gcc-eigen-release'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ${{runner.workspace}}/${{ matrix.preset }}/coverage.info
token: 6604ed1a-6dd1-4021-8450-93cb22163632
files: ${{runner.workspace}}/${{ matrix.preset }}/coverage.info
directory: ${{runner.workspace}}/${{ matrix.preset }}/tests
flags: unittests
name: coverage
Expand Down

0 comments on commit 1eab6bf

Please sign in to comment.