Skip to content

Commit 2df6cba

Browse files
committed
Fix ignore pattern used to determine test coverage.
1 parent c16fbb1 commit 2df6cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ coverage:
88
threshold: 0.25%
99

1010
ignore:
11-
- tests/*.rs
11+
- tests/

0 commit comments

Comments
 (0)