Skip to content

Commit

Permalink
Add threshold so it does not fail randomly
Browse files Browse the repository at this point in the history
  • Loading branch information
pvk-developer committed Nov 25, 2024
1 parent 681c915 commit 98026ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
file: ${{ github.workspace }}/integration_cov.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
threshold: 0.5 # Add 0.5% threshold
1 change: 1 addition & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ jobs:
file: ${{ github.workspace }}/unit_cov.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
threshold: 0.5 # Add 0.5% threshold

0 comments on commit 98026ca

Please sign in to comment.