Closed reivilibre closed 3 years ago
Merging #25 (c03e184) into main (226382e) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #25 +/- ##
=====================================
Coverage 9.04% 9.04%
=====================================
Files 18 18
Lines 221 221
=====================================
Hits 20 20
Misses 201 201
Impacted Files | Coverage Δ | |
---|---|---|
src/endpoints/accounts.rs | 0.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 226382e...c03e184. Read the comment docs.
thanks for the pull request!
you're absolutely right, account::Type
should be exposed and nameable.
looks good! thanks again
Currently
accounts::Type
is not exported so you can't make use of theaccount_type
field onAccount
.