Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit eaffe98

Browse files
🐛 Fixed Code_Checker Configuration
1 parent 7828c83 commit eaffe98

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

‎.github/workflows/code_checker.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ jobs:
1818
id: codiga
1919
uses: codiga/github-action@master
2020
with:
21+
project_name: "Java-SomeUtils"
2122
repo_token: ${{ secrets.GITHUB_TOKEN }}
2223
codiga_api_token: ${{ secrets.CODIGA_API_TOKEN }}
23-
force_ref: "none"
2424
min_quality_grade: "WARNING"
25-
min_quality_score: "90"
26-
max_defects_rate: "0.1"
27-
max_complex_functions_rate: "0.0001"
28-
max_long_functions_rate: "0.0001"
29-
max_timeout_sec: "600"
30-
project_name: "Java-SomeUtils"
25+
min_quality_score: "95"
26+
max_long_functions_rate: 1
27+
max_timeout_sec: "300"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /