aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2021-09-24 19:46:34 +0000
committerKevin J Hoerr <kjhoerr@protonmail.com>2021-09-24 19:46:34 +0000
commit6d33048410a446d29e250e8cd89e7f9cab5778b8 (patch)
treec8d6cb1787e923c1981e9a195b2a5846cb1c5363 /.drone.yml
parent241690cdf62c649dc7eccd43a36c27a03a42dd0d (diff)
downloadao-coverage-6d33048410a446d29e250e8cd89e7f9cab5778b8.tar.gz
ao-coverage-6d33048410a446d29e250e8cd89e7f9cab5778b8.tar.bz2
ao-coverage-6d33048410a446d29e250e8cd89e7f9cab5778b8.zip
Add coverage threshold; copy .env for Drone
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 81d51a1..4479ee8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -6,6 +6,7 @@ steps:
- name: AO Coverage Verify
image: node:lts
commands:
+ - mkdir -p /dist && chown $USER:$USER /dist && cp .env.sample .env
- yarn install --immutable --immutable-cache --check-cache
- yarn run test:coverage
- curl --proto '=https' --tlsv1.2 -sSf https://cov.submelon.dev/sh | sh