wait-for
wait-for copied to clipboard
Feature/acceptance test coverage
Description
Add the ability to get coverage from acceptance tests.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
- [ ] Running existing tests
- [ ] Created new tests
Checklist:
- [ ] My code has been linted (
make lint
) - [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing tests pass locally with my changes (
make test lint build acceptance-test
) - [ ] I have rebased my branch to include the latest changes from
master
👆 Click on the image for a new way to code review
-
Make big changes easier — review code in small groups of related files
-
Know where to start — see the whole change at a glance
-
Take a code tour — explore the change with an interactive tour
-
Make comments and review — all fully sync’ed with github
Legend
Codecov Report
Merging #15 (670cfa7) into main (7dbfefd) will decrease coverage by
1.52%
. The diff coverage is47.36%
.
@@ Coverage Diff @@
## main #15 +/- ##
==========================================
- Coverage 84.40% 82.87% -1.53%
==========================================
Files 2 3 +1
Lines 109 146 +37
==========================================
+ Hits 92 121 +29
- Misses 15 20 +5
- Partials 2 5 +3
Impacted Files | Coverage Δ | |
---|---|---|
cmd/wait-for/main.go | 64.86% <47.36%> (ø) |
|
waitfor.go | 83.33% <0.00%> (+6.94%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7dbfefd...670cfa7. Read the comment docs.