generate drone config

This commit is contained in:
Robert Kaussow 2023-04-17 15:12:48 +02:00
parent 07c40e1ecd
commit b487b66c6e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -120,14 +120,12 @@ steps:
- fetch - fetch
- name: codecov - name: codecov
image: python:3.11 image: thegeeklab/codecov
commands: commands:
- pip install codecov -qq - codecov --nonZero --gcov
- codecov --required -X gcov
environment: environment:
CODECOV_TOKEN: CODECOV_TOKEN:
from_secret: codecov_token from_secret: codecov_token
PY_COLORS: 1
depends_on: depends_on:
- python37-pytest - python37-pytest
- python38-pytest - python38-pytest
@ -449,6 +447,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 90ec9fda47481ade8b36802ec1c9ff733ae7e77ec7b0b7b7d916de7aa1b7578f hmac: 222d704a7d6c0eb195390a67206c582d5a1423bdfba700cfc5fef714966b8492
... ...