shtola

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

commit c7655127b2978bb82ae6c67e07709bfddd5aea49
parent 40b3ce77cc6bbb4136a34e205553004415b7f792
Author: marisa <mokou@posteo.de>
Date:   Sat,  9 Nov 2019 22:08:55 +0100

Remove coverage for now

Diffstat:
M.drone.yml | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

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