Skip to content

Add dry-run input parameter#88

Merged
brynary merged 1 commit into
mainfrom
add-dry-run-option
May 4, 2025
Merged

Add dry-run input parameter#88
brynary merged 1 commit into
mainfrom
add-dry-run-option

Conversation

@brynary

@brynary brynary commented May 4, 2025

Copy link
Copy Markdown
Member

Summary

  • Add new dry-run input flag with default value of false
  • This allows users to run the action in dry-run mode to test configuration without actually uploading coverage data

Test plan

  • Added test coverage in both settings.test.ts and action.test.ts
  • All unit tests pass successfully
  • Manually tested by running npm run all

🤖 Generated with Claude Code

- Add new dry-run input flag with default false
- Update settings.ts to parse and validate the new option
- Implement --dry-run flag in CLI arguments
- Add test coverage for the new parameter
- Update README 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 14:44

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.03%.

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 aa0a248 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