Skip to content

Commit b3ed8c7

Browse files
committed
update workflows
1 parent 65d89cc commit b3ed8c7

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/checkpr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ jobs:
2626
run: pylint -E src
2727
- name: Scan security vulnerabilities with bandit
2828
run: bandit -c pyproject.toml -r .
29-
- name: Generate coverage report
30-
run: pytest

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,3 @@ jobs:
3333
- name: Security vulnerability analysis with bandit
3434
run: |
3535
bandit -c pyproject.toml -r .
36-
- name: Generate test coverage report
37-
run: |
38-
pytest
39-
- name: "Upload coverage to Codecov"
40-
uses: codecov/codecov-action@v4
41-
with:
42-
token: ${{ secrets.CODECOV_TOKEN }} # supposedly not required for public repos
43-
fail_ci_if_error: true

0 commit comments

Comments
 (0)