mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: adding some notes to test coverage #183

Closed mrlunchbox777 closed 1 month ago

mrlunchbox777 commented 1 month ago

Thanks for contributing!

Background

To pass the semanic-prs check, ensure you prefix your title with one of the .types in semanic.yml, followed by a :, e.g. feature: My PR

IssueWhat issue are you resolving with this PR? Please provide the number or link. _NOTE:_ If you don't have an issue for this work, please create one before creating this PR.

Response: #180

DescriptionPlease describe how this PR is addressing the issue and/or why it is being addressed this way.

Response: This PR moves the basic-setup scripts.

Steps to Reproduce and TestPlease give us a step-by-step guide to reproduce the bug. A link to the steps in the issue is enough.

Response:

  1. Open an MR and you should get test results as a comment

Required Checkboxes

All of these checkboxes are required for PR's to be considered.

PR Checks

Code of Conduct

By submitting this PR, you agree to follow our Code of Conduct

github-actions[bot] commented 1 month ago

Merging this branch will increase overall coverage

Impacted Packages Coverage Δ :robot:
github.com/mrlunchbox777/basic-setup/bsctl/cmd 97.22% (+53.98%) :star2:

Coverage by file ### Changed files (no unit tests) | Changed File | Coverage Δ | Total | Covered | Missed | :robot: | |--------------|------------|-------|---------|--------|---------| | github.com/mrlunchbox777/basic-setup/bsctl/cmd/cmd.go | 100.00% (**+100.00%**) | 19 (-1) | 19 (+19) | 0 (-20) | :star2: | _Please note that the "Total", "Covered", and "Missed" counts above refer to ***code statements*** instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code._ ### Changed unit test files - github.com/mrlunchbox777/basic-setup/bsctl/cmd/cmd_test.go