Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 1, 2022
1 parent 4e79d67 commit e5122fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ jobs:

- run: pip install ".[test]"

- name: Test
run: |
pytest --maxfail=3 --log-cli-level=DEBUG --cov=simpervisor tests/
- run: pytest --cov=simpervisor

# GitHub action reference: https://github.com/codecov/codecov-action
- uses: codecov/codecov-action@v3

0 comments on commit e5122fd

Please sign in to comment.