Skip to content

Commit

Permalink
Merge pull request #82 from Jacyking/master
Browse files Browse the repository at this point in the history
test codecov
  • Loading branch information
qicosmos authored Mar 17, 2023
2 parents 79efb02 + 2c5ba73 commit 44a89d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
env:
CTEST_OUTPUT_ON_FAILURE: 1
run: ctest -C ${{ matrix.configuration }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 44a89d3

Please sign in to comment.