Skip to content

Commit

Permalink
fix coverage folder for Qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
gessnerfl committed Aug 16, 2023
1 parent 62634e5 commit df397e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,4 @@ jobs:
run: ./gradlew build jacocoTestReport sonarqube --info
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}

- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
File renamed without changes.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ test {

tasks.register('copyJacocoReports', Copy) {
from(file('build/reports/jacoco/test/jacocoTestReport.xml'))
into(file('.qodana/coverage-data/'))
into(file('.qodana/code-coverage/'))
}

jacocoTestReport {
Expand Down

0 comments on commit df397e1

Please sign in to comment.