Skip to content

Commit

Permalink
ci: activate kotlin-1.9 profile for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Dec 5, 2024
1 parent d5e8ef5 commit c934e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
if: contains(matrix.os, 'win') == false
run: chmod +x ./mvnw
- name: Build with Maven
run: ./mvnw verify --file pom.xml -Pcoverage
run: ./mvnw verify --file pom.xml -Pcoverage,kotlin-1.9
- name: Upload coverage report
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit c934e26

Please sign in to comment.