milantenk / ngx-interactive-paycard

Interactive Angular payment card library.
Other
79 stars 14 forks source link

Code coverage threshold as quality gate #16

Open milantenk opened 3 years ago

milantenk commented 3 years ago

The CI should fail, if the code coverage falls below a threshold value. To achieve this https://www.npmjs.com/package/karma-threshold-reporter could be used.

The initially used threshold value should be a little less than the current code coverage of the project when this issue is resolved.