Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aschleg committed Nov 7, 2024
1 parent 747b698 commit dc0ad58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,13 @@ jobs:
- name: Run Tests
run: |
cd tests/
pytest
cd ../
- name: Codecov
run: |
codecov -t $CODECOV_TOKEN
- name: Coveralls
run: |
cd tests/
coverage run --source=petpy -m pytest
cd ../
coveralls

0 comments on commit dc0ad58

Please sign in to comment.