PR#121 Fix codeAnalysis issues fix reporting for new module

This commit is contained in:
Gergely Hegedus 2022-09-23 14:29:37 +03:00
parent 00e7a806eb
commit 93facd1f1b
8 changed files with 22 additions and 12 deletions

View file

@ -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: