Closed lynnjo closed 2 months ago
It failed the CI:
Looks like here:
TileDBVcfReaderTest > testGvcfReading() FAILED java.lang.RuntimeException at TileDBVcfReaderTest.kt:57
Attention: Patch coverage is 41.66667%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 82.72%. Comparing base (
35548ae
) to head (e284863
). Report is 5 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...kotlin/net/maizegenetics/phgv2/cli/CreateRefVcf.kt | 41.66% | 4 Missing and 3 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Change warning message to info message when attempting to create tiledb datasets that already exist. Update tiledb versions in phg_environment.yml file.
Type of change
What type of changes does your code introduce? Put an
x
in boxes that apply.CHANGE
(fix or feature that would cause existing functionality to not work as expected)FEATURE
(non-breaking change which adds functionality)BUGFIX
(non-breaking change which fixes an issue)ENHANCEMENT
(non-breaking change which improves existing functionality)NONE
(if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)Checklist:
Changelog entry
Please add a one-line changelog entry below. This will be copied to the changelog file during the release process.