Closed karenfeng closed 3 years ago
Merging #367 (9d43e8f) into master (b5fae35) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #367 +/- ##
=======================================
Coverage 93.69% 93.69%
=======================================
Files 95 95
Lines 4823 4823
Branches 473 473
=======================================
Hits 4519 4519
Misses 304 304
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 b5fae35...9d43e8f. Read the comment docs.
What changes are proposed in this pull request?
As Bintray is being sunsetted shortly, we need a new staging repository. This PR migrates us from sbt-bintray to sbt-sonatype. As Sonatype does not allow downloads from their remote staging repo, we use the local staging repo for our staging tests.
Of note to release conductors:
gpg --full-generate-key
to generate your personal key, and setexport GPG_TTY=$(tty)
.chmod 777
. Contact me to get access.How is this patch tested?
Pushed a staging release and verified that staging tests pass.