File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 22
22
- name : Build with Maven
23
23
run : mvn test jacoco:report --file pom.xml -B
24
24
25
- - uses : codecov/codecov-action@v3
26
- with :
27
- file : target/site/jacoco/jacoco.xml
28
- name : codecov
29
-
30
25
build-windows :
31
26
32
27
runs-on : windows-latest
87
82
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
88
83
SONAR_TOKEN : 77e7b80c7f497f0861daa958b9a4320894af0948
89
84
run : mvn -B test jacoco:report org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=javadev-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=javadev_underscore-java11
85
+
86
+ - uses : codecov/codecov-action@v5
87
+ with :
88
+ files : target/site/jacoco/jacoco.xml
89
+ name : codecov
90
+ fail_ci_if_error : true
91
+ env :
92
+ CODECOV_TOKEN : 26562e18-0254-43a5-81a3-1eb721ea7e24
You can’t perform that action at this time.
0 commit comments