From e3f05fea8fb77a9689b56f163c216844df85214c Mon Sep 17 00:00:00 2001 From: Slug-Boi Date: Mon, 4 May 2026 16:37:24 +0200 Subject: [PATCH] chore: codecov yml exclude cmds (they are very hard to test will look at later) --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..db6c864 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,9 @@ +ignore: + - src/amend.go + - src/config.go + - src/cz.go + - src/gh.go + - src/root.go + - src/update.go + - src/users.go + \ No newline at end of file