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 committed Dec 14, 2023
1 parent d2c6daa commit aa9a205
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: "coverage"
on:
- pull_request


# Explicitely set permissions to allow Dependabot workflow runs to write in the PR
# for coverage's reporting.
# By default, these are read-only when the actions are ran by Dependabot
Expand Down Expand Up @@ -55,6 +54,6 @@ jobs:
with:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
thresholdAll: 0.6
thresholdNew: 0.5
thresholdModified: 0.4
thresholdAll: 0.73
thresholdNew: 0.7
thresholdModified: 0.5

0 comments on commit aa9a205

Please sign in to comment.