diff options
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 18 |
1 files changed, 18 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 |
