Add a status badge
Last updated
Last updated
Add a status badge to your project's README by copying and pasting the below markdown template and inserting into it your project name and corresponding GitHub account:
[![TrustInSoft CI](https://ci.trust-in-soft.com/projects/<ACCOUNT_NAME>/<PROJECT_NAME>.svg?branch=master)](https://ci.trust-in-soft.com/projects/<ACCOUNT_NAME>/<PROJECT_NAME>)
A badge status is computed based on the statuses of the analyses that belong to the latest valid build. A build is valid if its result is complete, meaning that the build has not been canceled nor it is queued/running.
There are 3 possible statuses:
Status
Definition
Passing
All of the analyses in the latest valid build have the status "No undefined behavior".
Failing
At least one analysis in the latest valid build does not have the status "No undefined behavior" so it should be fixed.
Unknown
There is not valid build for this project/branch.