Skip to content

Commit

Permalink
Fixed codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed May 9, 2024
1 parent 558214b commit baadc11
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 @@ -35,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: d16fc939fed96c332c7414ad93947e37ed44f1cc
run: mvn -T 1C -B clean test jacoco:report org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=javadev-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=javadev_pt-backend
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
with:
file: target/site/jacoco/jacoco.xml
name: codecov
Expand Down

0 comments on commit baadc11

Please sign in to comment.