Skip to content

Add name input option to coverage action#90

Merged
brynary merged 1 commit into
mainfrom
add-name-input
May 4, 2025
Merged

Add name input option to coverage action#90
brynary merged 1 commit into
mainfrom
add-name-input

Conversation

@brynary

@brynary brynary commented May 4, 2025

Copy link
Copy Markdown
Member

Summary

  • Add new 'name' input parameter that defaults to an empty string
  • When 'name' is provided, add --name [NAME] flag to the CLI command arguments
  • Add test coverage for the new option
  • Update documentation in README.md

Test plan

  • Verified all tests pass
  • Verified TypeScript compilation is successful
  • Verified the build process is successful

🤖 Generated with Claude Code

- Add new 'name' input that defaults to empty string
- When 'name' is provided, add --name [NAME] flag to CLI command
- Add test coverage for the new option
- Update documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 4, 2025 15:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

@qltysh

qltysh Bot commented May 4, 2025

Copy link
Copy Markdown
Contributor

Diff Coverage: The code coverage on the diff in this pull request is 100.0%.

Total Coverage: This PR will increase coverage by 0.02%.

File Coverage Changes
Path File Coverage Δ Indirect
coverage/src/action.ts 0.1
🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

@brynary brynary merged commit babdea2 into main May 4, 2025
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