Skip to content

Commit 6cf7732

Browse files
committed
actions: continue on linting and coveralls errors
1 parent d9561a1 commit 6cf7732

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
pip install -r requirements.txt
3434
3535
- name: Lint with flake8
36+
continue-on-error: true
3637
run: |
3738
# stop the build if there are Python syntax errors or undefined names
3839
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
@@ -49,6 +50,7 @@ jobs:
4950
pytest --cov=UncertainSCI
5051
5152
- name: Upload coverage data to coveralls.io
53+
continue-on-error: true
5254
run: |
5355
pip install coveralls
5456
coveralls --service=github

0 commit comments

Comments
 (0)