Skip to content

Commit

Permalink
ci: Use Coveralls
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 authored and nxsaken committed Nov 6, 2024
1 parent fa6bdd3 commit c49dcee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/iroha2-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,12 @@ jobs:
with:
name: report-coverage
path: lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2.3.4
with:
fail_ci_if_error: true
files: lcov.info
file: lcov.info
format: lcov
github-token: ${{ github.token }}
- name: Upload test network artifacts
if: failure() && (steps.test_no_features.outcome == 'failure' || steps.test_all_features.outcome == 'failure')
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c49dcee

Please sign in to comment.