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

chore(cspell): merge spell-check-partial and spell-check-all #6596

Merged
merged 8 commits into from
Mar 13, 2024

Conversation

HansRobo
Copy link
Member

@HansRobo HansRobo commented Mar 12, 2024

Description

There are two spell-check workflows now.
One is spell-check-all to check whole code of autoware.universe to observe all cspell errors.
The another is spell-check-partial to prevent additional typos from being introduced.

These two workflows were used differently, but now the differences are gone, so they are combined in this pull-request.

Note: This pull-request don't edit the workflow name, spell-check-partial, because the name is reffered by GitHub settings.

Tests performed

The spell-check-partial worflow passed.

Effects on system behavior

Not applicable.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
@github-actions github-actions bot added component:perception Advanced sensor data processing and environment understanding. (auto-assigned) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) labels Mar 12, 2024
@HansRobo HansRobo added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Mar 12, 2024
@HansRobo HansRobo requested a review from h-ohta March 12, 2024 04:59
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 14.80%. Comparing base (1de37a3) to head (4f26131).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6596   +/-   ##
=======================================
  Coverage   14.80%   14.80%           
=======================================
  Files        1915     1915           
  Lines      132301   132244   -57     
  Branches    39320    39316    -4     
=======================================
- Hits        19581    19578    -3     
+ Misses      90888    90832   -56     
- Partials    21832    21834    +2     
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 14.80% <ø> (+<0.01%) ⬆️ Carriedforward from 5670289

*This pull request uses carry forward flags. Click here to find out more.

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

@HansRobo HansRobo marked this pull request as ready for review March 12, 2024 05:19
@HansRobo HansRobo requested a review from manato as a code owner March 12, 2024 05:19
@h-ohta
Copy link
Contributor

h-ohta commented Mar 12, 2024

@HansRobo How about adding workflow dispatch to github actions?

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
@h-ohta
Copy link
Contributor

h-ohta commented Mar 12, 2024

@manato Could you review the change for bytetrack?

Copy link
Contributor

@manato manato left a comment

Choose a reason for hiding this comment

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

LGTM regarding the bytetrack package! I appreciate your contribution!

@HansRobo HansRobo merged commit 680953d into main Mar 13, 2024
28 checks passed
@HansRobo HansRobo deleted the chore/merge_spell_checks branch March 13, 2024 06:48
kaigohirao pushed a commit to kaigohirao/autoware.universe that referenced this pull request Mar 22, 2024
…owarefoundation#6596)

* chore(ci): expand the scope of spell-check-partial

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): clean up .cspell-partial.json

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): ignore words from bytetrack

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): rename spell-check-partial to spell-check

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): delete spell-check-all

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): leave spell-check-partial name for CI required settings

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): restore job name in spell-check-partial.yaml

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): add workflow dispatch trigger to spell-check-partial

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

---------

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
Signed-off-by: kaigohirao <kaigo.hirao@proxima-ai-tech.com>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…owarefoundation#6596)

* chore(ci): expand the scope of spell-check-partial

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): clean up .cspell-partial.json

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): ignore words from bytetrack

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): rename spell-check-partial to spell-check

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): delete spell-check-all

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): leave spell-check-partial name for CI required settings

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): restore job name in spell-check-partial.yaml

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

* chore(cspell): add workflow dispatch trigger to spell-check-partial

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>

---------

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:ci Continuous Integration (CI) processes and testing. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants