Closed jarifibrahim closed 5 years ago
/ok-without-tests
Merging #2398 into master will increase coverage by
0.07%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #2398 +/- ##
==========================================
+ Coverage 67.74% 67.82% +0.07%
==========================================
Files 183 183
Lines 18122 17994 -128
==========================================
- Hits 12277 12204 -73
+ Misses 4662 4616 -46
+ Partials 1183 1174 -9
Impacted Files | Coverage Δ | |
---|---|---|
gormsupport/cleaner/db_clean.go | 100% <100%> (ø) |
:arrow_up: |
space/space.go | 69.64% <0%> (-0.61%) |
:arrow_down: |
workitem/workitem_repository.go | 68.02% <0%> (-0.46%) |
:arrow_down: |
migration/migration.go | 77.93% <0%> (-0.08%) |
:arrow_down: |
account/user.go | 53.08% <0%> (+3.08%) |
:arrow_up: |
controller/users.go | 73.98% <0%> (+3.98%) |
:arrow_up: |
workitem/workitem_revision_repository.go | 93.1% <0%> (+6.89%) |
: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 e553514...9730e58. Read the comment docs.
Ike Plugins (test-keeper)
Thank you @jarifibrahim for this contribution!
It appears that no tests have been added or updated in this PR.
Automated tests give us confidence in shipping reliable software. Please add some as part of this change.
If you are an admin or the reviewer of this PR and you are sure that no test is needed then you can use the command
/ok-without-tests
as a comment to make the status green.For more information please head over to official documentation. You can find there how to configure the plugin.