Skip to content

Commit

Permalink
ci: don't fail on pip audit
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem committed Oct 1, 2022
1 parent f9d3fb4 commit 1fa42a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ jobs:

- name: Run pip audit
uses: pypa/[email protected]
continue-on-error: true
with:
inputs: requirements.txt requirements-dev.txt

1 comment on commit 1fa42a0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/gather_vision
   app.py38976%35, 48, 52–53, 71–72, 86–88
   cli.py671578%27, 49–51, 65, 122, 131–132, 138, 144, 149–152, 156
   model.py42295%95, 109
   plugin.py9278%23, 35
   utils.py351654%23, 30–33, 38–40, 49–60
TOTAL1914477% 

Tests Skipped Failures Errors Time
7 0 💤 0 ❌ 0 🔥 0.383s ⏱️

Please sign in to comment.