Skip to content

Commit

Permalink
Don't apply code coverage to the vender'd files
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Oct 14, 2024
1 parent bf7af0c commit ff9808d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ ignore:
- "**/tests/*.rs" # Ignore test files for coverage
- "**/*mock.rs" # Ignore test mock files for coverage
- "**/*runtime-api/src/lib.rs" # Ignore runtime-api libraries that are just traits
- "vendor" # Ignore vendored files for coverage

0 comments on commit ff9808d

Please sign in to comment.