Skip to content

Commit

Permalink
Restructure ordering of ignoring files and add a Todo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Oct 5, 2022
1 parent 462dc40 commit 1cfbbb4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ comment:
ignore:
- "*.md"
- "*.rst"
- "**/const.go"
- "**/constants.go"
- "**/keys.go"
# Temporarily ignoring app specific files
# TODO: Add tests for these instead of ignoring them
- "app/modules.go"
- "app/params/"
- "app/upgrades/"
- "cmd/"
- "contrib/"
- "docs/"
- "networks/"
- "app/modules.go"
- "app/params/"
- "**/const.go"
- "**/constants.go"
- "**/keys.go"

0 comments on commit 1cfbbb4

Please sign in to comment.