CI: Temporarially disable coverage for features that require bindgen

This commit is contained in:
Thom Chiovoloni 2021-07-31 14:58:06 -07:00
parent 1e80b8165f
commit a55101fbfa

View File

@ -185,7 +185,12 @@ jobs:
- name: Run cargo-tarpaulin - name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1 uses: actions-rs/tarpaulin@v0.1
with: with:
args: '--features "bundled-full session buildtime_bindgen"' # 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"
- name: Upload to codecov.io - name: Upload to codecov.io
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v1