mirror of
https://github.com/edg-l/sitewriter.git
synced 2024-11-09 17:48:24 +00:00
try coverage
This commit is contained in:
parent
c1d4c59547
commit
27ec809185
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -16,7 +16,13 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install tarpaulin
|
||||
run: cargo install cargo-tarpaulin
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Coverage
|
||||
run: cargo tarpaulin --verbose --all-features --timeout 120 --out Xml
|
||||
- name: Upload to codecov.io
|
||||
uses: codecov/codecov-action@v1
|
||||
|
|
Loading…
Reference in a new issue