CI: Run code coverage with all features

This commit is contained in:
Jack Grigg 2020-05-25 13:47:26 +12:00
parent 5220da4998
commit c4ae95f4ff

View file

@ -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: