-
Notifications
You must be signed in to change notification settings - Fork 3
Managing tags
msporna edited this page Jan 7, 2019
·
1 revision
Tags exist to organize build numbers. 1 tag can have multiple builds assigned and build numbers must be unique. Ideally, tag is a release name.
To create tag:
- go to dashboard
- click on Tags link on top of the page
- click on New
- provide unique tag name
- save
- added tag will appear on the list of tags
To remove tag:
- go to dashboard
- click on Tags linke on top of the page
- select a tag to remove
- click on Remove button
- tag will be removed from the list and made inactive (will not be removed from db because it has related data)
- How it works
- Initial setup
- Setup for Unity game
- Setup for Android app
- Setup for javascript
- Setup for Angular app
- GETTING THE COVERAGE
- Getting coverage for build (multiple coverage sessions consolidated
- Setup modules
- Managing tags
- Managing users
- Create and End test session automatically (CI)
- Instrumenting code on every iteration
- Coverage report explained
- Accessing latest report
- How to interpret covered lines report
- Config explained
- Settings
- Send custom values along with line statistics
- Examples
- Extended-CI-use-case
- Troubleshooting