File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323version : 2.1
2424
25+ orbs :
26+ codecov : codecov/codecov@6.0.0
2527commands :
2628 influxdb-onboarding :
2729 steps :
@@ -59,17 +61,7 @@ commands:
5961 command : |
6062 export XDEBUG_MODE=coverage
6163 vendor/bin/phpunit tests --coverage-clover=coverage.xml
62- - run :
63- name : Collecting coverage reports
64- command : |
65- curl -Os https://uploader.codecov.io/latest/linux/codecov
66- curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
67- curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
68- curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
69- gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
70- shasum -a 256 -c codecov.SHA256SUM
71- chmod +x ./codecov
72- ./codecov
64+ - codecov/upload
7365 - save_cache :
7466 name : Saving Cache
7567 key : composer-v3-{{ checksum "composer.json" }}-<< parameters.php-image >>
You can’t perform that action at this time.
0 commit comments