Skip to content

Commit 39486d9

Browse files
committed
infra: change coverage settings to reduce intermittent errors (#1641)
1 parent b013a76 commit 39486d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.coveragerc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[run]
2-
omit = sagemaker/tests/*, sagemaker/tensorflow/tensorflow_serving/*
2+
concurrency = threading
3+
omit = sagemaker/tests/*
4+
timid = True

0 commit comments

Comments
 (0)