We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1216d commit 1b70b32Copy full SHA for 1b70b32
.github/workflows/python-app.yml
@@ -12,7 +12,7 @@ on:
12
- main
13
14
# Yoinked from https://github.com/MTES-MCT/apilos/pull/854/files
15
-# Explicitely set permissions to allow Dependabot workflow runs to write in the PR
+# Explicitly set permissions to allow Dependabot workflow runs to write in the PR
16
# for coverage's reporting.
17
# By default, these are read-only when the actions are ran by Dependabot
18
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#changing-github_token-permissions
@@ -59,6 +59,8 @@ jobs:
59
uses: orgoro/coverage@v3
60
with:
61
coverageFile: coverage.xml
62
+ # Require 100% code coverage
63
+ thresholdAll: 1.0
64
token: ${{ secrets.GITHUB_TOKEN }}
65
66
Lint:
0 commit comments