Skip to content

Commit

Permalink
Add Coveralls Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
nebolsin committed Oct 31, 2023
1 parent 5e0272f commit b35522d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ jobs:
debug: true
if: success()
continue-on-error: true
- name: Upload code coverage report to Coveralls Beta
uses: coverallsapp/github-action@v2
with:
file: coverage/lcov.info
coveralls-endpoint: https://beta.coveralls.io
debug: true
if: success()
continue-on-error: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit b35522d

Please sign in to comment.