mirror of
https://github.com/str4d/rage.git
synced 2025-04-05 11:57:41 +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:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
|
- name: Install linux build dependencies
|
||||||
|
run: sudo apt install libfuse-dev libpcsclite-dev
|
||||||
- name: Generate coverage report
|
- name: Generate coverage report
|
||||||
uses: actions-rs/tarpaulin@v0.1
|
uses: actions-rs/tarpaulin@v0.1
|
||||||
with:
|
with:
|
||||||
args: --all --release --timeout 180 --out Xml
|
args: --all --release --all-features --timeout 180 --out Xml
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v1.0.3
|
uses: codecov/codecov-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue