diff options
| -rw-r--r-- | .drone.yml | 18 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 20 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f4953a2 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,18 @@ +kind: pipeline +type: kubernetes +name: default + +steps: +- name: AO Coverage Verify + image: node:lts + commands: + - yarn install --immutable --immutable-cache --check-cache + - yarn run test:coverage + - curl --proto '=https' --tlsv1.2 -sSf https://cov.submelon.dev/sh | sh + +trigger: + branch: + - trunk + event: + - pull_request + - push
\ No newline at end of file @@ -1,4 +1,6 @@ # ao-coverage +[](https://drone.bleu.fish/kjhoerr/ao-coverage) +[](https://cov.submelon.dev/v1/kjhoerr/ao-coverage/trunk.xml) A simple coverage handler and server. The basic function provides an SVG badge with the coverage percentage and a link to the uploaded HTML coverage report. Only basic metadata is required to persist to track the latest commits for the linked branches. |
