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 65d89cc commit b3ed8c7Copy full SHA for b3ed8c7
.github/workflows/checkpr.yml
@@ -26,5 +26,3 @@ jobs:
26
run: pylint -E src
27
- name: Scan security vulnerabilities with bandit
28
run: bandit -c pyproject.toml -r .
29
- - name: Generate coverage report
30
- run: pytest
.github/workflows/main.yml
@@ -33,11 +33,3 @@ jobs:
33
- name: Security vulnerability analysis with bandit
34
run: |
35
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