We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9561a1 commit 6cf7732Copy full SHA for 6cf7732
1 file changed
.github/workflows/test.yml
@@ -33,6 +33,7 @@ jobs:
33
pip install -r requirements.txt
34
35
- name: Lint with flake8
36
+ continue-on-error: true
37
run: |
38
# stop the build if there are Python syntax errors or undefined names
39
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
@@ -49,6 +50,7 @@ jobs:
49
50
pytest --cov=UncertainSCI
51
52
- name: Upload coverage data to coveralls.io
53
54
55
pip install coveralls
56
coveralls --service=github
0 commit comments