Skip to content

Commit

Permalink
test: Try out Coveralls instead of Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzbilgener committed Apr 21, 2021
1 parent 5f97351 commit 7da8eb3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
version: '0.16.0'
args: '--ignore-tests -- --test-threads 1'

- name: Upload to codecov.io
uses: codecov/codecov-action@v1.0.2
- name: Upload to Coveralls
uses: actions-rs/tarpaulin@v0.1
with:
token: ${{secrets.CODECOV_TOKEN}}
version: '0.16.0'
args: '--coveralls ${{secrets.COVERALLS_TOKEN}}'

- name: Archive code coverage results
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 7da8eb3

Please sign in to comment.