Skip to content

Commit

Permalink
[ci] Disable coverage upload, pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
holl- committed May 3, 2024
1 parent f1b1020 commit c4cec7b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,3 @@ jobs:
- name: Test with pytest
run: |
coverage run -m pytest tests/commit
- name: Upload coverage
run:
bash <(curl -s https://codecov.io/bash)

- name: pylint
continue-on-error: true
run: |
pylint --rcfile=./demos/.pylintrc demos
pylint --rcfile=./tests/.pylintrc tests
pylint --rcfile=./phi/.pylintrc phi

0 comments on commit c4cec7b

Please sign in to comment.