Skip to content

Commit

Permalink
Switching to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemapel committed Mar 18, 2021
1 parent 0d01956 commit f171856
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
cd build
ctest -VV
- name: Coverage
uses: coverallsapp/github-action@master
uses: codecov/codecov-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

0 comments on commit f171856

Please sign in to comment.