File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ run: |
9090 wget https://raw.githubusercontent.com/Lightning-AI/utilities/main/scripts/run_standalone_tests.sh
9191 bash ./run_standalone_tests.sh "tests_fabric"
9292
93- echo "Reporting coverage"
94- python -m coverage report
95- python -m coverage xml
96- python -m coverage html
93+ # echo "Reporting coverage" # todo
94+ # python -m coverage report
95+ # python -m coverage xml
96+ # python -m coverage html
9797
9898 # TODO: enable coverage
9999 # # https://docs.codecov.com/docs/codecov-uploader
Original file line number Diff line number Diff line change @@ -110,10 +110,10 @@ run: |
110110 cd tests_pytorch/
111111 bash run_standalone_tasks.sh
112112
113- echo "Reporting coverage"
114- python -m coverage report
115- python -m coverage xml
116- python -m coverage html
113+ # echo "Reporting coverage" # todo
114+ # python -m coverage report
115+ # python -m coverage xml
116+ # python -m coverage html
117117
118118 # TODO: enable coverage
119119 # # https://docs.codecov.com/docs/codecov-uploader
You can’t perform that action at this time.
0 commit comments