Skip to content

ci(java): enable auto-publish for Java SDK with SNAPSHOT semantics#2696

Merged
hubcio merged 1 commit intomasterfrom
java-auto-publish-snapshot
Feb 6, 2026
Merged

ci(java): enable auto-publish for Java SDK with SNAPSHOT semantics#2696
hubcio merged 1 commit intomasterfrom
java-auto-publish-snapshot

Conversation

@hubcio
Copy link
Contributor

@hubcio hubcio commented Feb 6, 2026

SNAPSHOT versions are mutable -- republished on every build.
They bypass the tag gate (no tag created) and use a path
filter on foreign/java/ to skip unrelated pushes. Removing
SNAPSHOT from the version stops auto-publish automatically.

SNAPSHOT versions are mutable -- republished on every build.
They bypass the tag gate (no tag created) and use a path
filter on foreign/java/ to skip unrelated pushes. Removing
SNAPSHOT from the version stops auto-publish automatically.
@codecov
Copy link

codecov bot commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.51%. Comparing base (b53ef6d) to head (04cbc35).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2696   +/-   ##
=======================================
  Coverage   69.50%   69.51%           
=======================================
  Files         568      568           
  Lines       55238    55238           
  Branches    55238    55238           
=======================================
+ Hits        38394    38398    +4     
+ Misses      14967    14961    -6     
- Partials     1877     1879    +2     
Flag Coverage Δ
rust 69.51% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hubcio hubcio merged commit 30f4568 into master Feb 6, 2026
58 checks passed
@hubcio hubcio deleted the java-auto-publish-snapshot branch February 6, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants