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

Jtmoon79 test yml run publish package #1539

Closed

Conversation

jtmoon79
Copy link
Contributor

Run cargo publish and cargo package. Test that they succeed.

esheppa and others added 30 commits August 29, 2022 10:52
Co-authored-by: Dirkjan Ochtman <dirkjan@ochtman.nl>
Co-authored-by: Dirkjan Ochtman <dirkjan@ochtman.nl>
Co-authored-by: Dirkjan Ochtman <dirkjan@ochtman.nl>
…ules

The internal structs can be moved into their respective modules
because `pub(super)` is now supported by the MSRV.
As discussed in chronotope#263. Note that this breaks existing code that did not
explicitly specify the offset in calls to `DateTime::parse_from_*`, as
they are now ambiguous.

Relies on chronotope#271 for conversion back into `DateTime<Utc>` from
`DateTime<FixedOffset>` as the latter is used under the hood.
Clarify the behavior of the parse methods, the relationship between ISO 8601 and
RFC 3339, and use a brief description on the first line of each function's
rustdoc to keep the resulting documentation pretty and concise.
Construct NaiveDateTime from millis since epoch
https://rustsec.org/advisories/RUSTSEC-2021-0127

criterion v0.3 contained an unmaintained crate which seemed to contained another security issue that eas fixed in v0.04.

All tests passed.
This file is no longer needed but hasn't yet been deleted
Copy link

codecov bot commented Mar 24, 2024

Codecov Report

Attention: Patch coverage is 98.39258% with 52 lines in your changes are missing coverage. Please review.

Project coverage is 93.96%. Comparing base (e05ba8b) to head (9e75a32).

Files Patch % Lines
src/datetime/tests.rs 96.14% 11 Missing ⚠️
src/error.rs 0.00% 6 Missing ⚠️
src/datetime/mod.rs 96.79% 5 Missing ⚠️
src/naive/datetime/serde.rs 88.88% 5 Missing ⚠️
src/naive/internals.rs 92.59% 4 Missing ⚠️
src/offset/mod.rs 92.85% 4 Missing ⚠️
src/datetime/serde.rs 95.58% 3 Missing ⚠️
src/format/parsed.rs 98.92% 3 Missing ⚠️
src/offset/fixed.rs 88.00% 3 Missing ⚠️
src/naive/datetime/mod.rs 99.40% 2 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1539      +/-   ##
==========================================
+ Coverage   91.82%   93.96%   +2.13%     
==========================================
  Files          40       37       -3     
  Lines       18345    16662    -1683     
==========================================
- Hits        16846    15656    -1190     
+ Misses       1499     1006     -493     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jtmoon79 jtmoon79 closed this Mar 24, 2024
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.