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

Verify that coverage-reporter-version option is recognized #229

Merged
merged 6 commits into from
Oct 15, 2024

Conversation

afinetooth
Copy link
Member

@afinetooth afinetooth commented Oct 14, 2024

Fixes #225

Description

Verify that coverage-reporter-version input option is being recognized.

To Do

  • Add test for coverage-reporter-version.
  • Modify download logic on linux and windows: Default to "latest" version of coverage-reporter when COVERAGE_REPORTER_VERSION is null---or empty ('') (ie. when coverage-reporter-version is unset,---or set to ''.)
  • Apply fail-on-error behavior to error returned when user tries to set coverage-reporter-version on MacOS. (installing a specific version of coverage-reporter, via Homebrew, is not available there.)

@afinetooth afinetooth merged commit 43f11c4 into main Oct 15, 2024
72 checks passed
@afinetooth afinetooth deleted the fix/recognize-coverage-reporter-version branch October 15, 2024 16:43
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.

Input coverage-reporter-version isn't recognized.
1 participant