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 d191a4a commit 0ebda97Copy full SHA for 0ebda97
.codeclimate.yml
@@ -32,8 +32,18 @@ checks:
32
enabled: true
33
config:
34
threshold: 4
35
+ similar-code:
36
+ enabled: true
37
+ identical-code:
38
39
40
exclude_patterns:
-- "src/test/"
-- "src/main/resources/"
41
+- "test/"
42
+- "tests/"
43
+- "**/test/"
44
+- "**/tests/"
45
+- "**/*Test.java"
46
+- "build/"
47
+- "target/"
48
- "docs/"
49
+- "*.md"
.github/workflows/build.yml
@@ -87,7 +87,7 @@ jobs:
87
chmod +x ./cc-test-reporter
88
./cc-test-reporter before-build
89
90
- - name: Upload coverage to Code Climate
+ - name: Run Code Climate Analysis
91
env:
92
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
93
run: |
0 commit comments