You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Teamscale Upload
v2.6.0
An action for uploading external analysis results (coverage, findings, …) to Teamscale. Based on teamscale-upload.
See action.yml
- 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'
branch-and-timestamp: 'master:HEAD'
message: 'This is a test message.'
files: 'test_resources/coverage.simple test_resources/coverage2.simple'