An open API service indexing awesome lists of open source software.

https://github.com/cqse/teamscale-upload-action

An action for uploading external analysis results (coverage, findings, ...) to Teamscale
https://github.com/cqse/teamscale-upload-action

Last synced: 5 months ago
JSON representation

An action for uploading external analysis results (coverage, findings, ...) to Teamscale

Awesome Lists containing this project

README

        

# Teamscale Upload

An action for uploading external analysis results (coverage, findings, …) to Teamscale. Based on [teamscale-upload](https://github.com/cqse/teamscale-upload).

# Usage

See [action.yml](action.yml)

```yaml
- uses: 'cqse/[email protected]'
with:
server: 'https://cqse.teamscale.io'
project: 'teamscale-upload'
user: 'build'
partition: 'Github Action > Linux Branch And Timestamp'
accesskey: ${{ secrets.ACCESS_KEY }}
format: 'SIMPLE'
message: 'This is a test message.'
files: 'test_resources/coverage.simple test_resources/coverage2.simple'
```