Skip to content

Commit ded057e

Browse files
authored
[skip-changelog] Excluding some modules from code coverage analisys (#737)
This commits excludes: - generated files - i18n tooling for generating translations files that are not used in the final build of the cli.
1 parent a57b617 commit ded057e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .codecov.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
comment: off
22

3-
# ignore:
4-
# - legacy/**/*
3+
ignore:
4+
- rpc/**
5+
- i18n/cmd/**
6+
- i18n/rice-box.go
57

68
coverage:
79
status:

0 commit comments

Comments
 (0)