mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Merge pull request #1044 from gwenn/reenable-bindgen-ci
Revert "CI: Temporarially disable coverage for features that require bindgen"
This commit is contained in:
commit
6ad1cb684d
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user