Skip to content

Commit

Permalink
Merge branch 'main' into check_if_values_is_none
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 authored Sep 3, 2024
2 parents 67066f0 + bc18269 commit 17e154f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
poetry install --with test --all-extras
pre-commit run --all-files
- name: pip-audit (gh-action-pip-audit)
uses: pypa/gh-action-pip-audit@v1.0.8
uses: pypa/gh-action-pip-audit@v1.1.0
with:
virtual-environment: .venv/
ignore-vulns: |
GHSA-pg7h-5qx3-wjr3
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codecov:
require_ci_to_pass: true
require_ci_to_pass: false
notify:
after_n_builds: 2
wait_for_ci: yes
Expand Down

0 comments on commit 17e154f

Please sign in to comment.