diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2023-06-21 23:14:38 -0400 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2023-06-22 13:35:28 +0000 |
commit | 1c95e12b0dd2b4902a289328e8e54fde6eed0623 (patch) | |
tree | da7dd11cd7fc638f1189238bf2180aa6ce3f987a /.gitignore | |
parent | fdf6fbe2e771d88beddb6ca8d8bbd39599beeb9c (diff) |
tests docs: fix lcov code coverage report generation
- Updated/rebased version of https://gerrit.fd.io/r/c/vpp/+/34199
Type: test
Change-Id: I43913ecfd11a4578bdb10c4be76253fe38d57976
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index ec9ee7b29aa..bcfee43fd49 100644 --- a/.gitignore +++ b/.gitignore @@ -16,14 +16,8 @@ /build-root/*.tar.xz /build-root/*.changes /build-root/rpmbuild/ -/build-root/test-doc/ -/build-root/test-cov/ +/build-root/test-coverage/ /build-root/test/ -/test/run/ -/test/build/ -/test/coverage/ -/test/vapi_test/ -/test/doc/build/ /build-config.mk /build/external/*.tar.gz /build/external/*.tar.xz |