Skip to content

Commit 88df6e2

Browse files
authored
Update codecov.yml (#183)
ignore gpu for code coverage (it cannot be tested)
1 parent ad04f50 commit 88df6e2

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
@@ -38,7 +38,7 @@ parsers:
3838

3939
# https://docs.codecov.io/docs/ignoring-paths
4040
ignore:
41-
- "ot/gpu/**/*"
41+
- "ot/gpu/*"
4242

4343
# https://docs.codecov.io/docs/pull-request-comments
4444
comment:

0 commit comments

Comments
 (0)