We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5450888 commit 068a507Copy full SHA for 068a507
.github/workflows/codecov.yml
@@ -70,7 +70,7 @@ jobs:
70
--cov=gradient_accumulator tests/test_expected_result.py \
71
--cov=gradient_accumulator tests/test_mp_batch_norm.py \
72
--cov=gradient_accumulator tests/test_bn_convnd.py \
73
- --cov=gradient_accumulator pytest -v tests/test_bn_pretrained_swap.py \
+ --cov=gradient_accumulator tests/test_bn_pretrained_swap.py \
74
--cov=gradient_accumulator tests/test_model_distribute.py
75
76
- name: Lint with flake8
0 commit comments