Skip to content

Commit

Permalink
fix coveralls workflow step failures
Browse files Browse the repository at this point in the history
  • Loading branch information
rajrohanyadav committed Nov 7, 2024
1 parent 1a19023 commit 06a5dad
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/component_linux_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,11 @@ jobs:
- name: Running unit tests
run: make ci/unit-test

- name: Convert coverage to lcov
uses: jandelgado/[email protected]
with:
infile: coverage.out
outfile: coverage.lcov

- name: Coveralls Parallel
uses: coverallsapp/github-action@master
continue-on-error: true
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.gh_token }}
path-to-lcov: coverage.lcov
path-to-lcov: ./coverage.out
flag-name: run-linux
parallel: true

Expand All @@ -61,8 +54,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
continue-on-error: true
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.gh_token }}
parallel-finished: true

0 comments on commit 06a5dad

Please sign in to comment.