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 linux detection on s390x #118

Merged
merged 1 commit into from
Mar 10, 2024
Merged

Fix linux detection on s390x #118

merged 1 commit into from
Mar 10, 2024

Conversation

ascopes
Copy link
Owner

@ascopes ascopes commented Mar 10, 2024

Fixes GH-117

@ascopes ascopes added the bug Something isn't working label Mar 10, 2024
@ascopes ascopes self-assigned this Mar 10, 2024
Copy link

codecov bot commented Mar 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.44%. Comparing base (958bb50) to head (bb8f6c1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #118      +/-   ##
==========================================
- Coverage   84.72%   79.44%   -5.28%     
==========================================
  Files          23       23              
  Lines         746      744       -2     
  Branches       51       51              
==========================================
- Hits          632      591      -41     
- Misses         91      134      +43     
+ Partials       23       19       -4     
Files Coverage Δ
...avenplugin/dependency/PlatformArtifactFactory.java 100.00% <ø> (ø)

... and 3 files with indirect coverage changes

@ascopes ascopes merged commit 7284340 into main Mar 10, 2024
2 checks passed
@ascopes ascopes deleted the bugfix/117-s390x branch March 10, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

S390x detection on Linux is incorrect.
1 participant