Skip to content

Conversation

@kvz
Copy link
Member

@kvz kvz commented Oct 15, 2025

This is a prerequisite to transloadit/android-sdk#19 and merging this will

In addition it introduces e2e tests, and a script for local testing in docker.

@kvz kvz self-assigned this Oct 15, 2025
kvz added 22 commits October 15, 2025 21:12
      - Added the missing @throws LocalOperationException tags to the two getSignedSmartCDNUrl overloads so Javadoc no longer fails with doclint on CI.
      - Restored the Java docker script with the correct image name and quoting (spaces between gradle args intact); ./scripts/test-in-docker.sh now runs cleanly.
      - Verified the full suite (including the live Assembly integration test) with ./scripts/test-in-docker.sh.
  - Fixed Javadoc: closed the sample code block in SignatureProvider so doclint no longer hits “unterminated inline tag” or “unknown tag: Override”.
  - Added @throws LocalOperationException to both getSignedSmartCDNUrl overloads.
  - Introduced src/test/java/com/transloadit/sdk/integration/package-info.java and cleaned up unused imports in AssemblyIntegrationTest to satisfy Checkstyle.
  - Confirmed ./scripts/test-in-docker.sh (which runs unit + integration tests) completes successfully.
@transloadit transloadit deleted a comment from codecov-commenter Oct 16, 2025
@kvz
Copy link
Member Author

kvz commented Oct 16, 2025

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting

@transloadit transloadit deleted a comment from codecov-commenter Oct 16, 2025
@transloadit transloadit deleted a comment from codecov-commenter Oct 16, 2025
@transloadit transloadit deleted a comment from codecov-commenter Oct 16, 2025
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 79.48718% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.33%. Comparing base (21d5238) to head (3549cf1).

Files with missing lines Patch % Lines
src/main/java/com/transloadit/sdk/Transloadit.java 76.00% 5 Missing and 1 partial ⚠️
src/main/java/com/transloadit/sdk/Request.java 83.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #95      +/-   ##
============================================
+ Coverage     75.06%   77.33%   +2.26%     
- Complexity      186      208      +22     
============================================
  Files            13       13              
  Lines           726      759      +33     
  Branches         62       66       +4     
============================================
+ Hits            545      587      +42     
+ Misses          146      138       -8     
+ Partials         35       34       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kvz kvz merged commit 486ebea into main Oct 16, 2025
3 checks passed
@kvz kvz deleted the sig-injection branch October 16, 2025 15:34
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.

Consider Overhaul of JUnit Tests for List Responses

3 participants