diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eea74d7..7e839c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: