Skip to content

Commit

Permalink
Lower target quality
Browse files Browse the repository at this point in the history
The module does not meet the target quality of 3.5 at this moment
  • Loading branch information
Robinfr authored Dec 6, 2023
1 parent e158ab7 commit 3dca576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sigrid-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: "Run Sigrid CI"
env:
SIGRID_CI_TOKEN: "${{ secrets.SIGRID_CI_TOKEN }}"
run: "./sigridci/sigridci/sigridci.py --customer mendix --system deeplink --source . --publish"
run: "./sigridci/sigridci/sigridci.py --customer mendix --system deeplink --source . --publish --targetquality 3"
2 changes: 1 addition & 1 deletion .github/workflows/sigrid-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: "Run Sigrid CI"
env:
SIGRID_CI_TOKEN: "${{ secrets.SIGRID_CI_TOKEN }}"
run: "./sigridci/sigridci/sigridci.py --customer mendix --system deeplink --source ."
run: "./sigridci/sigridci/sigridci.py --customer mendix --system deeplink --source . --targetquality 3"
- name: "Save Sigrid CI results"
if: always()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3dca576

Please sign in to comment.