This commit is contained in:
soulgalore 2022-03-01 15:08:39 +01:00
parent d6d00e9de9
commit 2c372668a7
1 changed files with 7 additions and 0 deletions

View File

@ -31,6 +31,13 @@ The log will look something like this:
[2019-01-20 19:58:18] INFO: Budget: 3 working and 2 failing tests
~~~
And if you check the return code after your run and you have failing budgets the exit code will be larger than zero.
~~~shell
echo $?
1
~~~
The report looks like this.
![Example of the budget]({{site.baseurl}}/img/budget.png)