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

ci/Speed up typos checks #907

Merged
merged 3 commits into from
Nov 2, 2023
Merged

ci/Speed up typos checks #907

merged 3 commits into from
Nov 2, 2023

Conversation

Luni-4
Copy link
Collaborator

@Luni-4 Luni-4 commented Oct 27, 2023

Pull Request Template

Checklist

  • Confirm that run-checks script has been executed.

Related Issues/PRs

Provide links to relevant issues and dependent PRs.

Changes

This PR speeds up typos checks using the binary provided by a release and caches xtask and typos binaries

Testing

Describe how these changes have been tested.

Copy link

codecov bot commented Nov 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a9567ab) 86.33% compared to head (86c8f8c) 86.54%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #907      +/-   ##
==========================================
+ Coverage   86.33%   86.54%   +0.20%     
==========================================
  Files         469      469              
  Lines       44030    44191     +161     
==========================================
+ Hits        38014    38244     +230     
+ Misses       6016     5947      -69     
Files Coverage Δ
burn-autodiff/src/graph/base.rs 100.00% <ø> (ø)
burn-autodiff/src/utils.rs 100.00% <ø> (ø)
burn-train/src/metric/base.rs 100.00% <ø> (ø)
burn-train/src/metric/state.rs 98.11% <ø> (ø)

... and 109 files with indirect coverage changes

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

@nathanielsimard nathanielsimard merged commit 8c80c9b into tracel-ai:main Nov 2, 2023
8 checks passed
@Luni-4 Luni-4 deleted the ci branch November 2, 2023 18:30
@@ -289,8 +290,18 @@ fn std_checks() {
}

fn check_typos() {
// Install typos-cli
cargo_install(["typos-cli", "--version", "1.16.5"].into());
// This path defines where typos-cl is installed on different

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typos-cl is a typo :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, you're right! eh eh
Can you open a new PR to fix the typo, please?

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.

3 participants