Skip to content

cqse/teamscale-upload

Repository files navigation

Teamscale Upload Build

DownloadDocumentationChangelogGitHub Action

Command-line tool to upload external analysis results (coverage, findings, ...) to Teamscale.

Tool Setup

If you want to use the tool as part of a GitHub build pipeline, consider using the GitHub Action.

For a local setup (on a build machine), the Download page offers native executables for Windows and Linux (no other tools required on the machine).

Our distributions contain the teamscale-upload tool bundled with OS-specific java execution environment. On the Download page, we offer distributions based on jlink and graalvm.

Tool Usage

jlink Distribution for Windows

Documentation

jlink Distributions for Unix-based Systems

Documentation

GraalVM Distributions

The GraalVM distributions contain a single executable packed into a zip file. To use the distribution, unpack the archive. Then run teamscale-upload --help (teamscale-upload.exe --help in the Windows distribution) to see all available options.

Tool Development

Developer Documentation