Skip to content

Commit

Permalink
Merge pull request #156 from thelooter/fix/codecov
Browse files Browse the repository at this point in the history
Try fixing CodeCov Analysis
  • Loading branch information
thelooter authored Mar 11, 2024
2 parents 3dd82c5 + 554ead2 commit 4dbd38a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle

- name: Build with Gradle
run: ./gradlew build

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tasks {
dependsOn(test)
}

build {
check {
dependsOn(jacocoTestReport)
}

Expand Down

0 comments on commit 4dbd38a

Please sign in to comment.