maize-genetics / phg_v2

Practical Haplotype Graph (PHG) version 2
https://phg.maizegenetics.net/
Apache License 2.0
21 stars 2 forks source link

Merge gvcfs clikt command #170

Closed tcasstevens closed 4 months ago

tcasstevens commented 5 months ago

Description

Provide a summary of your changes including motivation and context. If these changes fix a bug or resolves a feature request, be sure to link to that issue.

Type of change

What type of changes does your code introduce? Put an x in boxes that apply.

Checklist:

Changelog entry

Please add a one-line changelog entry below. This will be copied to the changelog file during the release process.

Added MergeGVCFs Clikt Command
codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 63.63636% with 4 lines in your changes missing coverage. Please review.

Project coverage is 83.70%. Comparing base (767128b) to head (c7e7b77). Report is 2 commits behind head on main.

Files Patch % Lines
...n/kotlin/net/maizegenetics/phgv2/cli/MergeGVCFs.kt 70.00% 2 Missing and 1 partial :warning:
src/main/kotlin/net/maizegenetics/phgv2/cli/Phg.kt 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #170 +/- ## ========================================== - Coverage 83.73% 83.70% -0.03% ========================================== Files 75 76 +1 Lines 4802 4812 +10 Branches 788 790 +2 ========================================== + Hits 4021 4028 +7 - Misses 496 498 +2 - Partials 285 286 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lynnjo commented 4 months ago

Needs a junit . Perhaps you ran out of time before leaving and plan to implement when you're back on line.