Skip to content

Commit

Permalink
Remove Redundant Ignore
Browse files Browse the repository at this point in the history
Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
  • Loading branch information
trajan0x and trajan0x authored Aug 10, 2022
1 parent b4077c0 commit c539298
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ coverage:
precision: 5

ignore:
- "*_generated.go" # ignore folders and all its contents
- "*.abigen.go" # wildcards accepted
- "*_string.go" # glob accepted
- "*_string.go" # glob accepted
- "**/_generated.go"
- "**/*.abigen.go"
- "**/_string.go"
# solidity test files
- 'packages/contracts/test/*'
- "packages/contracts/test/*"
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)


# We customize the build step because by default
# We can not use ** because goveralls uses filepath.Match
# to match ignore files and it does not support it.
Expand Down

0 comments on commit c539298

Please sign in to comment.