forked from petelliott/lightning-sys
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate doctests into explicit tests
Ideally this would not be necessary, but gettin Tarpaulin to compute coverage for doctests (xd009642/tarpaulin#13) is supported, but trickier than it first appears. For me, the following command appears to hang during the compilation of a transitively-required crate: cargo tarpaulin --verbose --run-types Tests,Doctests so as a workaround to institute coverage, the doctests are duplicated as explicit tests.
- Loading branch information
Showing
1 changed file
with
129 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters