notquiteamonad / date_time

date_time is a high-level Rust library for use in situations where precision beyond seconds is not necessary.
Apache License 2.0
8 stars 5 forks source link

WIP: Add coverage steps to rust workflow; remove travis #53

Closed notquiteamonad closed 4 years ago

notquiteamonad commented 4 years ago

Closes #46

notquiteamonad commented 4 years ago

Try switching to https://github.com/marketplace/actions/coveralls-github-action

github-actions[bot] commented 4 years ago

Pull Request Test Coverage Report for Build 5b6735253b564831307b8f9343b87abb57d6c520-PR-53


Files with Coverage Reduction New Missed Lines %
src/date_time_tuple.rs 6 48.65%
src/date_utils.rs 18 50.0%
src/date_tuple.rs 19 59.06%
src/month_tuple.rs 26 50.45%
src/time_tuple.rs 101 43.34%
<!-- Total: 170 -->
Totals Coverage Status
Change from base Build 229: -49.1%
Covered Lines: 523
Relevant Lines: 694

💛 - Coveralls
notquiteamonad commented 4 years ago

Replaced by #54