Skip to content

Commit

Permalink
Update CI-CD.yml
Browse files Browse the repository at this point in the history
Add codecov
  • Loading branch information
SamHerts authored May 23, 2024
1 parent 2c99831 commit 62eb232
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:

- name: Run Tests
run: tests/bin/Debug/BigInt_gtest --gtest_color=no

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 62eb232

Please sign in to comment.