• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tomdesair / tus-java-server
95%

Build:
DEFAULT BRANCH: master
Repo Added 20 Jul 2018 06:50PM UTC
Files 159
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 1.0.0-1.0
  • 1.0.0-1.1
  • 1.0.0-1.2
  • 1.0.0-1.3
  • 1.0.0-1.x
  • 1.0.0-2.0
  • B-issue-73
  • Travis-CI-integrations
  • bug-Sonar-jdk11
  • bugfix/backport-fixes-by-zhaojun1998
  • bugfix/clear-content-length-on-error
  • bugfix/fix-crlf-content-type-9315195809006394862
  • bugfix/fix-crlf-injection-12046639770624871868
  • bugfix/fix-dependency-submission-action
  • bugfix/fix-insecure-deserialization-12348871707867810596
  • bugfix/fix-insecure-deserialization-14551684257576266736
  • bugfix/fix-sonar-issues-2851799642143350705
  • bugfix/fix-unsafe-checksum-resolution
  • bugfix/github-workflow-permissions
  • bugfix/insecure-deserialization-16965681493920024994
  • bugfix/interrupted-stream-handling
  • bugfix/path-traversal-disk-storage-16566715673590324349
  • bugfix/remove-deprecated-functions
  • bugfix/secure-deserialization-2797160734498569469
  • bugfix/sonarcloud-reliability-1062253362641730646
  • checkstyle-8.18
  • dependabot/maven/com.puppycrawl.tools-checkstyle-8.29
  • dependabot/maven/commons-io-commons-io-2.7
  • dependabot/maven/junit-junit-4.13.1
  • dependabot/maven/org.springframework-spring-web-6.1.21
  • feature/absolute-upload-url
  • feature/abstract-lease-lock
  • feature/add-decoder-exception-test-4778707476590793195
  • feature/azure-blob-storage-support
  • feature/checksum-validation
  • feature/creation-with-upload
  • feature/file-deduplication
  • feature/generic-upload-id-factory
  • feature/ietf-resumable-uploads
  • feature/lease-file-locking
  • feature/lock-contention-resolution
  • feature/lock-release-on-delete
  • feature/pre-release-polish-v2
  • feature/refactor-watchdog-cleanup-6962994243959913544
  • feature/remove-deprecated-function-calls-12419428033195704524
  • feature/rufh-conformity-tests
  • feature/s3-storage-support
  • feature/target-jdks-testing
  • feature/tomcat-interim-response-valve
  • feature/update-spring-version-for-unit-tests
  • feature/upload-URI-regex-support
  • fix-path-traversal-14854299696497648661
  • fix-sonarcloud-reliability-issues-1854060035614280304
  • fix/checksum-index-in-disk-storage-service
  • fix/path-traversal-8619812930252771219
  • fix/sonarcloud-reliability-18172725154501758368
  • jules-12850832640110649913-688d6719
  • maintenance-update-plugins
  • sentinel-insecure-deserialization-fix-4825287769009940094
  • sentinel-path-traversal-fix-13325561132426758992
  • snyk-fix-882e3c8e3ab4931785f178e9e7834d26
  • snyk-fix-fb232ad50fd9d18813d360e8fd20a189
  • test/abstract-disk-based-service-init-17276221433510533823
  • travis-jdk9
  • update-dependencies-10971432284329474998
  • update-java-versions-9391960122288878008

20 Aug 2026 07:40PM UTC coverage: 94.772% (-0.04%) from 94.812%
32409915244

push

github

web-flow
feat(lock): introduce AbstractLeaseLock and AbstractLeaseLockingService (#122)

2232 of 2502 branches covered (89.21%)

Branch coverage included in aggregate %.

225 of 232 new or added lines in 7 files covered. (96.98%)

4947 of 5073 relevant lines covered (97.52%)

6.48 hits per line

Relevant lines Covered
Build:
Build:
5073 RELEVANT LINES 4947 COVERED LINES
6.48 HITS PER LINE
Source Files on master
  • Tree
  • List 158
  • Changed 96
  • Source Changed 5
  • Coverage Changed 96
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
32409915244 master feat(lock): introduce AbstractLeaseLock and AbstractLeaseLockingService (#122) push 20 Aug 2026 07:43PM UTC web-flow github
94.77
32293599612 master feat: support absolute base URLs in withUploadUri and Location headers (#37) (#121) * feat: support absolute base URLs in withUploadUri and Location headers (#37) - Allow withUploadUri(String) to accept absolute URLs (http:// or https://) - Cons... push 19 Aug 2026 07:37PM UTC web-flow github
94.81
32180999040 master Fixes #40: Clear Content-Length header on error responses (#120) push 18 Aug 2026 08:15PM UTC web-flow github
94.83
32178860231 master feat: implement NFS- and SMB-safe lease file locking (LeaseFileLockingService) (#119) * feat: implement NFS- and SMB-safe lease file locking (LeaseFileLockingService) - Implement LeaseFileLockingService using atomic directory creation and TTL-ba... push 18 Aug 2026 07:53PM UTC web-flow github
94.75
31942537504 master fix: persist partial bytes and update offset on interrupted input stream across all storage backends (#117) * fix(ci): update maven-dependency-submission-action to v5.0.0 * fix: Code duplication * fix: persist partial bytes and update offset on... push 16 Aug 2026 10:49AM UTC web-flow github
94.81
31939636475 master Fix Reliability issues identified by SonarCloud (#116) Fixes several reliability bugs including resource leaks and NPEs. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: tomdesair... push 16 Aug 2026 09:42AM UTC web-flow github
94.8
31911392528 master fix(ci): update maven-dependency-submission-action to v5.0.0 (#115) * fix(ci): update maven-dependency-submission-action to v5.0.0 * fix: Code duplication push 15 Aug 2026 10:12PM UTC web-flow github
94.94
31464080407 master feat: add S3 storage, locking, concatenation, and JSON metadata serialization (#111) * feat: add S3 storage, locking, concatenation, and JSON serialization support * feat: Changelog formatting * feat(s3): migrate S3 storage implementation to Mi... push 11 Aug 2026 06:11AM UTC web-flow github
95.77
31431080300 master feat: add S3 storage, locking, concatenation, and JSON metadata serialization (#111) * feat: add S3 storage, locking, concatenation, and JSON serialization support * feat: Changelog formatting * feat(s3): migrate S3 storage implementation to Mi... push 10 Aug 2026 08:53PM UTC web-flow github
95.75
30762854800 master Fix SonarCloud issues in RufhAppendValidator and build.yml (#113) * Adds a null check for `uploadStorageService` in `RufhAppendValidator.java` to prevent a potential `NullPointerException` identified by SonarCloud as a Reliability issue. * Pins t... push 02 Aug 2026 07:14PM UTC web-flow github
96.49
See All Builds (587)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc