Skip to content

Commit

Permalink
Try fix coveralls (#208)
Browse files Browse the repository at this point in the history
Revert to AndreMiras/coveralls-python-action; couldn't get it to work with coverallsapp/github-action, final coverage was always wrong.
  • Loading branch information
prisae committed Mar 3, 2024
1 parent e7c25e5 commit f900179
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@ jobs:
pytest --cov=empymod ${{ matrix.case.test }}
- name: Coveralls
uses: coverallsapp/github-action@v2
# [pin v20201129]
uses: AndreMiras/coveralls-python-action@f5fd5c309b39d01599fb92c72d4f7409ea78aec9
# v Did not work when tried; final coverage was wrong v
# uses: coverallsapp/github-action@v2
with:
parallel: true
flag-name: ${{ matrix.case.python-version }} ${{ matrix.case.name }} (${{ matrix.case.os }})
Expand All @@ -141,7 +144,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
# [pin v20201129]
uses: AndreMiras/coveralls-python-action@f5fd5c309b39d01599fb92c72d4f7409ea78aec9
# v Did not work when tried; final coverage was wrong v
# uses: coverallsapp/github-action@v2
with:
parallel-finished: true

Expand Down

0 comments on commit f900179

Please sign in to comment.