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

Fix byte compilation errors for Emacs 31 (snapshot) #252

Merged
merged 40 commits into from
Jan 12, 2025
Merged

Conversation

jinnovation
Copy link
Owner

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jan 11, 2025

Codecov Report

Attention: Patch coverage is 91.30435% with 2 lines in your changes missing coverage. Please review.

Project coverage is 55.94%. Comparing base (4aa04b9) to head (8b9f9ac).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
kele.el 91.30% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #252      +/-   ##
==========================================
+ Coverage   55.65%   55.94%   +0.28%     
==========================================
  Files           1        1              
  Lines         884      883       -1     
==========================================
+ Hits          492      494       +2     
+ Misses        392      389       -3     

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

Currently "ignore error" simply means that installation failures,
e.g. byte-compilation errors, will be ignored. Tests still run in that case and
failed tests will fail CI.

Instead:

- We require installation to succeed unconditionally, even for ignore-error
matrix runs;
- We ignore error on test-run steps;
- We upload coverage only if all tests pass + the test-running succeeds
end-to-end
@jinnovation jinnovation changed the base branch from main to ci-ignore-error January 11, 2025 17:53
Base automatically changed from ci-ignore-error to main January 11, 2025 22:03
@jinnovation jinnovation merged commit 773cdd7 into main Jan 12, 2025
12 checks passed
@jinnovation jinnovation deleted the fix-snapshot branch January 12, 2025 15:03
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.

2 participants