Download • Documentation • Changelog • GitHub Action
Command-line tool to upload external analysis results (coverage, findings, ...) to Teamscale.
Please see Teamscale Docs - Upload via Command Line for more details.
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 a distribution based on jlink.
On macOS, the preferred installation method is Homebrew using our custom tap.
First add the CQSE homebrew tap:
brew tap cqse/teamscale https://gitlab.com/cqse/public/homebrew-teamscale.gitThen install the teamscale-upload CLI:
brew install teamscale-upload