-
Notifications
You must be signed in to change notification settings - Fork 997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/clone: add the clone subcommand #3279
Conversation
Mutate Test Report |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3279 +/- ##
==========================================
- Coverage 55.08% 54.69% -0.39%
==========================================
Files 143 144 +1
Lines 34378 35341 +963
==========================================
+ Hits 18936 19331 +395
- Misses 13428 13907 +479
- Partials 2014 2103 +89
... and 3 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Mutate Test Report |
2. add unit test 3. fix windows build
4b03eb4
to
8d8c478
Compare
2. fix windows build
4478272
to
c331ef9
Compare
c331ef9
to
dc70bc8
Compare
a819fed
to
e709993
Compare
3a6f041
to
2c48b25
Compare
Mutate Test Report pkg/meta/base_test.go-2-4: score:0.20 failed:97, passed:25, compile error:18, out of coverage:22, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.51 failed:67, passed:71, compile error:11, out of coverage:9, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.41 failed:85, passed:59, compile error:8, out of coverage:10, skip by comment:0, others:0 |
Mutate Test Report pkg/meta/base_test.go-2-4: score:0.20 failed:97, passed:25, compile error:18, out of coverage:22, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.51 failed:67, passed:71, compile error:11, out of coverage:9, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.41 failed:85, passed:59, compile error:8, out of coverage:10, skip by comment:0, others:0 |
3d6cdf4
to
b913a97
Compare
Mutate Test Report pkg/meta/base_test.go-2-4: score:0.20 failed:100, passed:25, compile error:16, out of coverage:21, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.53 failed:65, passed:72, compile error:9, out of coverage:12, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.41 failed:85, passed:59, compile error:8, out of coverage:10, skip by comment:0, others:0 |
Mutate Test Report pkg/meta/base_test.go-2-4: score:0.19 failed:106, passed:25, compile error:18, out of coverage:13, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.52 failed:66, passed:71, compile error:11, out of coverage:10, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.41 failed:86, passed:59, compile error:8, out of coverage:9, skip by comment:0, others:0 |
Mutate Test Report pkg/meta/base_test.go-2-4: score:0.19 failed:106, passed:25, compile error:18, out of coverage:13, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.51 failed:67, passed:70, compile error:11, out of coverage:10, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.41 failed:86, passed:59, compile error:8, out of coverage:9, skip by comment:0, others:0 |
Basic functionality is ok, but it hasn't been tested in detail.