Closed na-g closed 6 years ago
Cool. Thanks. As discussed a travis build config to make sure the new code compiles would be helpful.
Merging #81 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #81 +/- ##
=======================================
Coverage 92.29% 92.29%
=======================================
Files 7 7
Lines 2024 2024
=======================================
Hits 1868 1868
Misses 156 156
Impacted Files | Coverage Δ | |
---|---|---|
src/error.rs | 94.11% <ø> (ø) |
:arrow_up: |
src/attribute_type.rs | 92.35% <ø> (ø) |
:arrow_up: |
src/lib.rs | 90.28% <ø> (ø) |
:arrow_up: |
src/media_type.rs | 89.06% <ø> (ø) |
:arrow_up: |
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 e889601...6815c83. Read the comment docs.
This adds the
serialize
feature. When enabled, this feature adds serde serializers to the session and error object hierarchies.