Skip to content

Commit

Permalink
switch to coveralls as command
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Moodie committed Jun 20, 2020
1 parent 34538cc commit e0b76d1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
run: |
pytest --cov=pyDeltaRCM/
- name: Report code coverage
uses: coverallsapp/github-action@v1.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: ${{ matrix.os }}_${{ matrix.python-version }}
parallel: true
path-to-lcov: .coverage
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
coveralls

0 comments on commit e0b76d1

Please sign in to comment.