Skip to content

Commit

Permalink
Merge pull request #58 from spbu-coding-2023/CI-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-58 authored Apr 8, 2024
2 parents 97e0fcd + eca11c4 commit 5327767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: madrapps/[email protected]
with:
paths: |
${{ github.workspace }}/**/build/reports/jacoco/prodNormalDebugCoverage/prodNormalDebugCoverage.xml,
${{ github.workspace }}/lib/build/reports/jacoco/test/jacocoTestReport.xml,
${{ github.workspace }}/**/build/reports/jacoco/**/debugCoverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
title: '# 🇷🇺 Coverage Report'
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tasks.named<JacocoReport>("jacocoTestReport") {
dependsOn(tasks.test)
reports {
csv.required = true
xml.required = false
xml.required = true
html.outputLocation = layout.buildDirectory.dir("jacocoHtml")
}
}

0 comments on commit 5327767

Please sign in to comment.