PR#121 Fix codeAnalysis issues fix reporting for new module
This commit is contained in:
parent
00e7a806eb
commit
93facd1f1b
8 changed files with 22 additions and 12 deletions
8
.github/workflows/pull-request-jobs.yml
vendored
8
.github/workflows/pull-request-jobs.yml
vendored
|
|
@ -40,7 +40,9 @@ jobs:
|
|||
if: always()
|
||||
with:
|
||||
name: ktLint Results
|
||||
path: ./**/build/reports/ktlint/**/*ktlint*Check.txt
|
||||
path: |
|
||||
./**/build/reports/ktlint/**/*ktlint*Check.txt
|
||||
./**/**/build/reports/ktlint/**/*ktlint*Check.txt
|
||||
retention-days: 1
|
||||
- name: Run Lint
|
||||
run: ./gradlew lint
|
||||
|
|
@ -49,7 +51,9 @@ jobs:
|
|||
if: always()
|
||||
with:
|
||||
name: Lint Results
|
||||
path: ./**/build/reports/*lint-results*.html
|
||||
path: |
|
||||
./**/build/reports/*lint-results*.html
|
||||
./**/**/build/reports/*lint-results*.html
|
||||
retention-days: 1
|
||||
|
||||
run-tests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue