From 6b8d17a5ff6eee3e026556f6d5df33151b62280c Mon Sep 17 00:00:00 2001 From: Markus Stenberg Date: Fri, 14 Jun 2024 13:43:08 +0300 Subject: [PATCH] Add custom codecov configuration --- Makefile | 3 +++ codecov.yml | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 codecov.yml diff --git a/Makefile b/Makefile index 8c548f5..8df9772 100644 --- a/Makefile +++ b/Makefile @@ -64,3 +64,6 @@ update-sample: rsync -a --delete \ ./localhost:8080/ ~/sites/fingon.kapsi.fi/www/lixie/ cd ~/sites && ./update.sh + +validate-codecov: + curl --data-binary @codecov.yml https://codecov.io/validate diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..bf41c26 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "**/*_templ.go"