mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 19:37:51 +03:00
CI: Run code coverage with all features
This commit is contained in:
parent
5220da4998
commit
c4ae95f4ff
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -93,10 +93,12 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- name: Install linux build dependencies
|
||||
run: sudo apt install libfuse-dev libpcsclite-dev
|
||||
- name: Generate coverage report
|
||||
uses: actions-rs/tarpaulin@v0.1
|
||||
with:
|
||||
args: --all --release --timeout 180 --out Xml
|
||||
args: --all --release --all-features --timeout 180 --out Xml
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1.0.3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue