Skip to content

Commit 7f78232

Browse files
committed
Minor change
1 parent 91afdb9 commit 7f78232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ gen_coverage_json_report()
179179
{
180180
# This function saves the coverage report in JSON format
181181
set_ray_coveragerc
182-
coverage json -o $fcoveragejson --fail-under=100 --omit=fastmath.py,docstring.py,min_versions.py,ray_python_version.py $fcoveragerc
182+
coverage json -o $fcoveragejson -i --fail-under=100 --omit=fastmath.py,docstring.py,min_versions.py,ray_python_version.py $fcoveragerc
183183
}
184184

185185
combine_coverage_data_files()

0 commit comments

Comments
 (0)