Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
semuadmin committed Nov 29, 2024
1 parent 65d89cc commit b3ed8c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checkpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ jobs:
run: pylint -E src
- name: Scan security vulnerabilities with bandit
run: bandit -c pyproject.toml -r .
- name: Generate coverage report
run: pytest
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,3 @@ jobs:
- name: Security vulnerability analysis with bandit
run: |
bandit -c pyproject.toml -r .
- name: Generate test coverage report
run: |
pytest
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # supposedly not required for public repos
fail_ci_if_error: true

0 comments on commit b3ed8c7

Please sign in to comment.