Skip to content

Commit

Permalink
Html coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
bertof committed Dec 10, 2021
1 parent 09e09f7 commit 89f5be1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
**/*.rs.bk
Cargo.lock
tarpaulin-report.html
7 changes: 3 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@ test:
stage: test
script:
- cargo install cargo-tarpaulin
- cargo tarpaulin --all --all-features
- cargo tarpaulin --all --all-features -o Html
cache:
paths:
- target/
- ~/.cargo/git
- ~/.cargo/registry
coverage: '/^\d+.\d+% coverage/'
artifacts:
reports:
cobertura:
- cobertura.xml
paths:
- tarpaulin-report.html
only:
- tags
- master
Expand Down

0 comments on commit 89f5be1

Please sign in to comment.