File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed
Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
3+ commands :
4+ upload-codecov :
5+ steps :
6+ - run :
7+ name : Collecting coverage reports
8+ command : |
9+ curl -Os https://uploader.codecov.io/latest/linux/codecov
10+ curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
11+ curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
12+ curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
13+ gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
14+ shasum -a 256 -c codecov.SHA256SUM
15+ chmod +x ./codecov
16+ ./codecov
17+
318jobs :
419 tests-java :
520 parameters :
5469 cp -r target/*.jar artifacts/
5570 - store_artifacts :
5671 path : artifacts
57- - run :
58- name : Collecting coverage reports
59- command : |
60- curl -Os https://uploader.codecov.io/latest/linux/codecov
61- curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
62- curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
63- curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
64- gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
65- shasum -a 256 -c codecov.SHA256SUM
66- chmod +x ./codecov
67- ./codecov
72+ - upload-codecov
6873
6974 tests-java-arm64 :
7075 parameters :
@@ -245,9 +250,6 @@ workflows:
245250 name : jdk-21
246251 maven-image : " cimg/openjdk:21.0"
247252 arg-line : " --add-opens=java.base/java.nio=ALL-UNNAMED"
248- - tests-java-arm64 :
249- name : jdk-11-arm64
250- arg-line : " --add-opens=java.base/java.nio=ALL-UNNAMED"
251253 - tests-java-arm64 :
252254 name : arm64
253255 maven-image : " cimg/openjdk:21.0"
You can’t perform that action at this time.
0 commit comments