Skip to content

Commit

Permalink
Mise à jour des ceils de couverture de tests requis lors d'une Pull R…
Browse files Browse the repository at this point in the history
…equest
  • Loading branch information
kolok authored and syldb committed Dec 18, 2023
1 parent 2f2c55d commit b3ee570
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
with:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
thresholdAll: 0.6
thresholdNew: 0.5
thresholdModified: 0.4
thresholdAll: 0.72
thresholdNew: 0.7
thresholdModified: 0.5

0 comments on commit b3ee570

Please sign in to comment.