oknozor / musicbrainz_rs

A wrapper around the musicbrainz API
MIT License
38 stars 18 forks source link

fix: fix release date deserialization #41

Closed oknozor closed 3 years ago

oknozor commented 3 years ago

fix #40

codecov-commenter commented 3 years ago

Codecov Report

Merging #41 (08ab289) into main (8d2222a) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   91.15%   91.18%   +0.02%     
==========================================
  Files          45       45              
  Lines        1187     1191       +4     
==========================================
+ Hits         1082     1086       +4     
  Misses        105      105              
Impacted Files Coverage Δ
src/deserialization/browse_deserializer.rs 47.45% <ø> (ø)
src/deserialization/search_deserializer.rs 49.29% <ø> (ø)
src/entity/release.rs 87.50% <ø> (ø)
src/entity/release_group.rs 100.00% <ø> (ø)
src/deserialization/date_format.rs 100.00% <100.00%> (ø)
tests/artist/artist_includes.rs 100.00% <100.00%> (ø)
tests/fetch.rs 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 8d2222a...08ab289. Read the comment docs.