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
- Host: GitHub
- URL: https://github.com/cqse/teamscale-upload-action
- Owner: cqse
- License: apache-2.0
- Created: 2022-01-17T18:06:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T07:52:37.000Z (12 months ago)
- Last Synced: 2024-10-31T10:44:16.638Z (6 months ago)
- Language: Shell
- Size: 36.1 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```