chronotope / chrono

Date and time library for Rust
Other
3.3k stars 523 forks source link

Only package files needed for building and testing #1554

Closed pitdicker closed 6 months ago

pitdicker commented 6 months ago

Compared to what we packaged before we now skip those files:

.git-ignore-revs
.github/codecov.yml
.github/dependabot.yml
.github/pull_request_template.md
.github/workflows/codecov.yml
.github/workflows/lint.yml
.github/workflows/test.yml
.gitignore
CHANGELOG.md
CITATION.cff
deny.toml
rustfmt.toml
taplo.toml

Also we had a leftover appveyor.yml file. Not sure why it was not deleted outright in #436.

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 91.78%. Comparing base (8b1364f) to head (24e0e5e).

:exclamation: Current head 24e0e5e differs from pull request most recent head 857a9d3. Consider uploading reports for the commit 857a9d3 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1554 +/- ## ======================================= Coverage 91.78% 91.78% ======================================= Files 37 37 Lines 18167 18167 ======================================= Hits 16674 16674 Misses 1493 1493 ```

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