Skip to content

Commit

Permalink
chore: decrease coverage min requirement in pipeline (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefAWasfy authored Sep 30, 2024
1 parent ef9ecbf commit 5bdb891
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
types:
- opened
- synchronize

jobs:
rust-pipeline:
uses: affinidi/pipeline-rust/.github/workflows/checks.yaml@main
secrets: inherit
with:
auditIgnore: "RUSTSEC-2022-0040,RUSTSEC-2023-0071"
auditIgnore: 'RUSTSEC-2022-0040,RUSTSEC-2023-0071'
coverage: 50

0 comments on commit 5bdb891

Please sign in to comment.