shtola

ssg in rust
git clone https://tilde.team/~marisa/repo/shtola.git
Log | Files | Refs | LICENSE

commit 86312efc7708f9a78f962764d9b64053a45f9d0c
parent e081b379cc3303f8f22258e06bcd1c64abd4c966
Author: marisa <mokou@posteo.de>
Date:   Sat,  9 Nov 2019 18:02:51 +0100

Separate test and coverage steps

Diffstat:
M.drone.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.drone.yml b/.drone.yml @@ -7,8 +7,11 @@ steps: - name: test image: rust:alpine commands: - - cargo install cargo-tarpaulin - cargo test + - name: coverage + image: rust:alpine + commands: + - cargo install cargo-tarpaulin - cargo tarpaulin --coveralls ${COVERALLS} environment: COVERALLS: