naomijub / edn-rs

[DEPRECATED]: Crate to parse and emit EDN
https://crates.io/crates/edn-rs
MIT License
81 stars 14 forks source link

cargo test (lib) #112

Closed Grinkers closed 1 year ago

Grinkers commented 1 year ago

Oops, we weren't running tests on the lib itself... Everything should still be passing. I also added --no-default-features which will be useful for checking #110.

codecov-commenter commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e78eac9) 71.39% compared to head (18143dc) 71.39%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #112 +/- ## ======================================= Coverage 71.39% 71.39% ======================================= Files 8 8 Lines 944 944 ======================================= Hits 674 674 Misses 270 270 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

naomijub commented 1 year ago

Can we merge this?

Tomorrow I can take a look at the other PR and the issues

Grinkers commented 1 year ago

Can we merge this?

Tomorrow I can take a look at the other PR and the issues

Sure, I hope this breaks #110.