blachlylab / dhtslib

D bindings and OOP wrappers for htslib
MIT License
7 stars 1 forks source link

Release v0.13.3+htslib-1.13 #113

Closed charlesgregory closed 3 years ago

charlesgregory commented 3 years ago

In the future before making releases, I will make a pull request like this so we ensure master is up-to-date. This will also allow us to more easily see all the changes going into a release. It will also keep me from needlessly pushing releases that fix singular bugs.

After a release pull-request is accepted, we can tag a release.

Since it has been a while since we have made a release, this one is very large. Looking at almost 200 commits. Though it also contains the changes already in the v0.13.* tags plus a few more changes.

This would bump the version to v0.13.3+htslib-1.13. I have also renamed my most recent v0.13.* tags with +htslib-1.13 since that is their true htslib compatibility version.

In any case is there anything else we want to get into this release?

codecov-commenter commented 3 years ago

Codecov Report

Attention: Patch coverage is 91.63669% with 93 lines in your changes missing coverage. Please review.

Project coverage is 85.57%. Comparing base (5babdfa) to head (26b1663). Report is 255 commits behind head on master.

Files Patch % Lines
source/dhtslib/bed/record.d 63.04% 34 Missing :warning:
source/dhtslib/gff/record.d 82.11% 22 Missing :warning:
source/dhtslib/sam/record.d 71.15% 15 Missing :warning:
source/dhtslib/sam/reader.d 95.05% 9 Missing :warning:
source/dhtslib/memory.d 73.07% 7 Missing :warning:
source/dhtslib/gff/reader.d 96.61% 2 Missing :warning:
coordinates/source/dhtslib/coordinates/package.d 99.13% 1 Missing :warning:
source/dhtslib/faidx.d 98.33% 1 Missing :warning:
source/dhtslib/recordwriter.d 87.50% 1 Missing :warning:
source/dhtslib/util.d 97.82% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #113 +/- ## =========================================== + Coverage 72.16% 85.57% +13.40% =========================================== Files 22 43 +21 Lines 1872 3826 +1954 =========================================== + Hits 1351 3274 +1923 - Misses 521 552 +31 ```

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