PhyrePanel-mirror/.drone.yml
2024-05-11 00:03:42 +03:00

16 lines
327 B
YAML

---
kind: pipeline
name: Ubuntu 22.04 - CODE COVERAGE
steps:
- name: codecov
image: bobicloudvision/drone-codecov:latest
environment:
CODECOV_TOKEN:
from_secret: CODECOV_TOKEN
settings:
token: $CODECOV_TOKEN
files:
- /usr/local/phyre/web/clover.xml
flags:
- unit