Skip to content

Commit

Permalink
nix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Dec 16, 2023
1 parent 49e2b4f commit 8c57e99
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,6 @@ jobs:
run: |
pip install -r requirements.txt
pytest
- name: Coveralls
env:
COVERALLS_PARALLEL: true
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
coveralls
finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@57daa114ba54fd8e1c8563e8027325c0bf2f5e80
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
wheels:
needs: test
name: Build wheels on ${{ matrix.os }}
Expand Down

0 comments on commit 8c57e99

Please sign in to comment.