Skip to content

Commit e8c2910

Browse files
committed
skip coverage
1 parent 6707cb1 commit e8c2910

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.lightning/workflows/fabric.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.lightning/workflows/pytorch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)