From c5be8043a2f25ad27dcea7e3189241751f8fac54 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sat, 27 Nov 2021 11:22:38 +0100 Subject: [PATCH] Revert "CI: Temporarially disable coverage for features that require bindgen" This reverts commit a55101fbfae46a79d15229890413f5ba3f3aaa53. --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f63f24..070ca59 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -185,12 +185,7 @@ jobs: - name: Run cargo-tarpaulin uses: actions-rs/tarpaulin@v0.1 with: - # FIXME: Uncomment to re-enable `session` feature once the situation - # with bitvec and tarpaulin is resolved: - # https://github.com/rusqlite/rusqlite/issues/1004 - # - # args: '--features "bundled-full session buildtime_bindgen"' - args: "--features bundled-full" + args: '--features "bundled-full session buildtime_bindgen"' - name: Upload to codecov.io uses: codecov/codecov-action@v1