Closed hstove closed 4 years ago
Merging #101 into master will increase coverage by
0.03%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #101 +/- ##
==========================================
+ Coverage 84.01% 84.05% +0.03%
==========================================
Files 28 28
Lines 1802 1806 +4
Branches 367 367
==========================================
+ Hits 1514 1518 +4
Misses 286 286
Partials 2 2
Impacted Files | Coverage Δ | |
---|---|---|
src/index.ts | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update fc0ad72...f646048. Read the comment docs.
Exposes a few things from
postconditions.ts
. This is used in blockstack/ux#301, which supports passing post conditions with Connect. The authenticator needs thePostCondition
type, and client apps might need the post condition builders.