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

Add coverage-reporter-platform input option #233

Merged
merged 9 commits into from
Oct 24, 2024

Conversation

afinetooth
Copy link
Member

@afinetooth afinetooth commented Oct 19, 2024

Fixes #218

Description

Since we have added support for coverage-reporter on aarch64, we need to provide users of our github-action the ability to select this architecture-specific version of coverage-reporter when on an aarch64 / arm64 runner.

To Do

  • New input option - Add coverage-reporter-platform input option to control which architecture-specific version of coverage-reporter is downloaded and run by the github-action. (Linux only.)
  • Exception messages - Since this option is not available for MacOS or Windows, we will deliver warning messages if the option is set, but continue processing with default behavior.
    • We have also stepped back from the previous implementation of the exception for coverage-reporter-version on MacOS and have turned that error message + exit code 1 into a warning message, allowing processing to proceed.
  • Tests - We have also added tests to test different values for coverage-reporter-platform.

…ure-specific version of coverage-reporter is downloaded and run by the github-action. Since this optionis not available for MacOS or Windows, we will deliver warning messages if the option is set, but continue processing with default behaviour. We have also stepped back from the previous implementation of the exception for coverage-reporter-version on MacOS and have turned that error message + exit code 1 into a warning message, allowing processing to proceed. We have also added tests to test different values for coverage-reporter-platform.
…s selected; just deliver a warning message and proceed with the default platform, x86_64.
…es available and different contents of coveralls-checksums.txt from version v0.6.15 forward and be backwards compatible with versions <= v0.6.14.
@afinetooth afinetooth merged commit cfd0633 into main Oct 24, 2024
72 checks passed
@afinetooth afinetooth deleted the feat/add-coverage-reporter-platform branch October 24, 2024 20:34
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.

Support GitHub Actions ARM runners
1 participant