aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2021-09-24 18:57:54 +0000
committerKevin J Hoerr <kjhoerr@protonmail.com>2021-09-24 18:57:54 +0000
commiteb0ddbcfd5b8db95308fd702786d70eef62302e0 (patch)
tree703db9338027551d12ddb209f769c5440e7af215 /.drone.yml
parent1257f62e68cf65803435c1d5e9d2e7d2f89ae9a6 (diff)
downloadao-coverage-eb0ddbcfd5b8db95308fd702786d70eef62302e0.tar.gz
ao-coverage-eb0ddbcfd5b8db95308fd702786d70eef62302e0.tar.bz2
ao-coverage-eb0ddbcfd5b8db95308fd702786d70eef62302e0.zip
Add drone configuration file
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml18
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