1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

gitignore: ignore codecov coverage report

We don't necessarily need to keep the codecov coverage report on the
git. As such, adding it to the gitignore to avoid it from accidental
commiting.

Signed-off-by: Muyassarov, Feruzjon <feruzjon.muyassarov@intel.com>
This commit is contained in:
Muyassarov, Feruzjon 2023-03-13 11:46:06 +02:00
parent adea670ded
commit 28a2be436f

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ bin/
demo/helper-scripts/*.pdf
demo/helper-scripts/*.log
/kustomization.yaml
coverage.out