From 9d21ea9cce3da7e7f99e311ff6a75fce492ddcfd Mon Sep 17 00:00:00 2001 From: Dominic Date: Fri, 31 Jan 2020 14:46:42 +0100 Subject: [PATCH] housekeeping --- .gitignore | 2 ++ .gitlab-ci.yml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1882cf3..4c0895b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ \#* .#* Cargo.lock +cobertura.xml +tarpaulin-report.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c404368..0067ba0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ test-default: before_script: - cargo -V script: - - cargo test --workspace --lib --tests + - cargo test --workspace --lib - cargo test --workspace --doc cache: paths: diff --git a/README.md b/README.md index 4dbd9c6..e6b63f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gotham_restful -[![Build Status](https://gitlab.com/msrd0/gotham-restful/badges/master/build.svg)](https://gitlab.com/msrd0/gotham-restful/commits/master) +[![Build Status](https://gitlab.com/msrd0/gotham-restful/badges/master/pipeline.svg)](https://gitlab.com/msrd0/gotham-restful/commits/master) [![Coverage Status](https://codecov.io/gl/msrd0/gotham-restful/branch/master/graph/badge.svg)](https://codecov.io/gl/msrd0/gotham-restful) This crate is an extension to the popular [gotham web framework][gotham] for Rust. The idea is to