Skip to content

Commit

Permalink
Use Coveralls Github Action to send data to coveralls again
Browse files Browse the repository at this point in the history
This was lost when Travis stopped working, so our coveralls data
is frozen in 2021. This should get it working again using
https://github.com/marketplace/actions/coveralls-github-action if
I got it right.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
  • Loading branch information
AdamWill committed Jan 27, 2024
1 parent 2cb2e32 commit e45d62f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tox.yml
Expand Up @@ -37,3 +37,7 @@ jobs:
pip install tox tox-gh-actions
- name: Test with tox
run: tox
- name: Produce coverage.lcov for coveralls
run: coverage lcov
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit e45d62f

Please sign in to comment.