Add README with info around testing

This commit is contained in:
Aleksandar Todorov 2020-11-03 15:57:52 +02:00 committed by Sanne Raymaekers
parent 983801a637
commit d0cb431b69

11
src/test/README.md Normal file
View file

@ -0,0 +1,11 @@
# Testing information
## Code coverage
Code coverage is recorded in
[codecov.io](https://codecov.io/gh/osbuild/image-builder-frontend/).
This information comes only from unit tests and for the time being
we're not concerned with collecting coverage information from integration
tests.
It must be **over 85%** as required by Insights QE!