Skip to content

Commit

Permalink
Fix CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Mar 6, 2023
1 parent c2aaebc commit 06bf07e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
- name: Test
run: |
pytest -v --cov=stheno --cov-report term-missing
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
with:
path-to-lcov: .coverage
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
flag-name: ${{ matrix.python-version }}
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
COVERALLS_PARALLEL: true

finish:
name: Finish Coveralls
Expand Down

0 comments on commit 06bf07e

Please sign in to comment.