Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(datetime): impl Serialize/Deserialize for Date/Time #773

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

epage
Copy link
Member

@epage epage commented Jul 30, 2024

Closes #763

crates/toml_datetime/src/datetime.rs Fixed Show fixed Hide fixed
crates/toml_datetime/src/datetime.rs Fixed Show fixed Hide fixed
crates/toml_datetime/src/datetime.rs Fixed Show fixed Hide fixed
crates/toml_datetime/src/datetime.rs Fixed Show fixed Hide fixed
@coveralls
Copy link

coveralls commented Jul 30, 2024

Pull Request Test Coverage Report for Build 10163578175

Details

  • 22 of 33 (66.67%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 67.628%

Changes Missing Coverage Covered Lines Changed/Added Lines %
crates/toml_datetime/src/datetime.rs 22 33 66.67%
Totals Coverage Status
Change from base Build 10154659669: 0.1%
Covered Lines: 3727
Relevant Lines: 5511

💛 - Coveralls

@epage epage merged commit d6bdaee into toml-rs:main Jul 30, 2024
14 of 15 checks passed
@epage epage deleted the loqusion_main branch July 30, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Serialize and Deserialize for Date and Time
3 participants