Skip to content

#139: teach typos the CPY transition name - #140

Open
RAprogramm wants to merge 1 commit into
objectionary:masterfrom
RAprogramm:139
Open

#139: teach typos the CPY transition name#140
RAprogramm wants to merge 1 commit into
objectionary:masterfrom
RAprogramm:139

Conversation

@RAprogramm

Copy link
Copy Markdown
Contributor

Closes #139

_typos.toml already exempts FND; this adds CPY beside it, in the same shape and with the same kind of comment. Two lines.

The dictionary in typos 1.48.0 reports CPY as a misspelling of COPY or CPU, six times across src/perf.rs, src/emu/transitions.rs and src/emu/tests.rs. Every one of them is the deliberate three-letter transition code, just like FND, PPG, DLG and DEL.

This is what currently keeps #132 red: that pull request upgrades the action from 1.38.1 to 1.48.0, every other check on it passes, and typos fails for this reason alone. With this merged, that upgrade goes green.

Verified by running typos 1.48.0 over the whole repository on this branch: no findings.

@codecov

codecov Bot commented Jul 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.09%. Comparing base (6025413) to head (f3f7365).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #140   +/-   ##
=======================================
  Coverage   94.09%   94.09%           
=======================================
  Files          14       14           
  Lines         711      711           
=======================================
  Hits          669      669           
  Misses         42       42           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

typos rejects the CPY transition name, blocking the action upgrade

1 participant