Skip to content

Commit

Permalink
Revert to AndreMiras
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Mar 3, 2024
1 parent 1fd015e commit 27f82b8
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 @@ -122,7 +122,10 @@ jobs:
pytest --cov=emg3d
- 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 @@ -133,7 +136,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 27f82b8

Please sign in to comment.