diff options
author | 6543 <6543@obermui.de> | 2022-01-30 03:21:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 03:21:15 +0100 |
commit | 246902cd635339e914a074b678f8ec6f6b954b59 (patch) | |
tree | 06c384b7d7eb866778fbfc57c5eedaaedd9a48ea /.drone.yml | |
parent | 74dcdadf081370dfb9a6e300b4cf524ca7b38682 (diff) | |
download | gitea-246902cd635339e914a074b678f8ec6f6b954b59.tar.gz gitea-246902cd635339e914a074b678f8ec6f6b954b59.zip |
use next gen codecov uploader (#18443)
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 4ba081e809..c90099637d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -305,7 +305,7 @@ steps: - name: coverage-codecov pull: always - image: plugins/codecov + image: woodpeckerci/plugin-codecov:next-alpine settings: files: - coverage.all |