From 013695bf442374abd7b9834c1fab49f362163708 Mon Sep 17 00:00:00 2001 From: skosito Date: Thu, 4 Apr 2024 15:36:07 +0200 Subject: [PATCH] Try out codecov issue --- codecov.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/codecov.yml b/codecov.yml index aab4d9ab68..2dafddfb65 100644 --- a/codecov.yml +++ b/codecov.yml @@ -38,7 +38,7 @@ flags: - "common/" ignore: - - "x/**/client/**/*" + - "x/**/client/" - "x/**/keeper/keeper.go" - "x/**/keeper/msg_server.go" - "x/**/keeper/grpc_query_params.go" @@ -52,7 +52,7 @@ ignore: - "x/**/events.go" - "x/**/migrator.go" - "x/**/module_simulation.go" - - "x/**/simulation/**/*" + - "x/**/simulation/" - "**/*.proto" - "**/*.md" - "**/*.yml" @@ -60,16 +60,16 @@ ignore: - "**/*.pb.go" - "**/*.pb.gw.go" - "**/*.json" - - ".github/**/*" - - "app/**/*" - - "cmd/**/*" - - "contrib/**/*" - - "docs/**/*" - - "rpc/**/*" - - "proto/**/*" - - "scripts/**/*" - - "server/**/*" - - "testutil/**/*" - - "testutils/**/*" - - "errors/**/*" - - "typescript/**/*" \ No newline at end of file + - ".github/" + - "app/" + - "cmd/" + - "contrib/" + - "docs/" + - "rpc/" + - "proto/" + - "scripts/" + - "server/" + - "testutil/" + - "testutils/" + - "errors/" + - "typescript/" \ No newline at end of file