Skip to content

Commit

Permalink
switch to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Dec 25, 2019
1 parent 0402ae2 commit d2c239b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -33,8 +33,9 @@ jobs:
key: ${{ runner.os }}-test-data
- name: Test
run: |
pytest --cov=Starfish --benchmark-skip --black
- name: Coveralls
uses: coverallsapp/github-action@master
pytest --cov=Starfish --cov-report=xml --benchmark-skip --black
- name: Coverage
uses: codecov/codecov-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
token: 2a6c10af-4e8d-4a5e-aa61-fa277817b40e
# token: ${{ secrets.CODECOV_TOKEN }} TODO: ian set up secrets

0 comments on commit d2c239b

Please sign in to comment.