We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bf0ee commit c7255e4Copy full SHA for c7255e4
.github/workflows/python-app.yml
@@ -38,6 +38,3 @@ jobs:
38
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
39
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
40
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
41
- - name: Test with pytest
42
- run: |
43
- pytest --cov src/py_eddy_tracker
0 commit comments