You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
The Travis CI build should fail if the unit test code coverage stats for statements, branches, functions and lines are not all 100%
Actual behavior
The Travis CI build should succeeds if the unit test code coverage stats for statements is 100% but branches is less than 100%
Steps to reproduce
Get latest from master and run grunt build test. Open the index.html file in the coverage/ folder and notice that both autonumeric/ and error/ have branch coverage of less than 100%.
The text was updated successfully, but these errors were encountered:
Expected behavior
The Travis CI build should fail if the unit test code coverage stats for statements, branches, functions and lines are not all 100%
Actual behavior
The Travis CI build should succeeds if the unit test code coverage stats for statements is 100% but branches is less than 100%
Steps to reproduce
Get latest from master and run
grunt build test
. Open the index.html file in the coverage/ folder and notice that both autonumeric/ and error/ have branch coverage of less than 100%.The text was updated successfully, but these errors were encountered: