Skip to content

Commit

Permalink
Update Coveralls Github Action (#1146)
Browse files Browse the repository at this point in the history
* Update coveralls github action

* Trying lcov

* Reverting to tests instead of build-lint

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
IvanIsCoding and mergify[bot] authored Mar 28, 2024
1 parent 6826099 commit 3470086
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,11 @@ jobs:
name: coverage
path: coveralls.info
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coveralls.info
format: lcov
file: ./coveralls.info
docs:
if: github.repository_owner == 'Qiskit'
needs: [tests]
Expand Down

0 comments on commit 3470086

Please sign in to comment.