From d0cb431b697add697c86c41fa4eafb0e8806e67b Mon Sep 17 00:00:00 2001 From: Aleksandar Todorov Date: Tue, 3 Nov 2020 15:57:52 +0200 Subject: [PATCH] Add README with info around testing --- src/test/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/test/README.md diff --git a/src/test/README.md b/src/test/README.md new file mode 100644 index 00000000..5b02c624 --- /dev/null +++ b/src/test/README.md @@ -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!