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