Skip to content

Commit 068a507

Browse files
committed
Fixed codecov
1 parent 5450888 commit 068a507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
--cov=gradient_accumulator tests/test_expected_result.py \
7171
--cov=gradient_accumulator tests/test_mp_batch_norm.py \
7272
--cov=gradient_accumulator tests/test_bn_convnd.py \
73-
--cov=gradient_accumulator pytest -v tests/test_bn_pretrained_swap.py \
73+
--cov=gradient_accumulator tests/test_bn_pretrained_swap.py \
7474
--cov=gradient_accumulator tests/test_model_distribute.py
7575
7676
- name: Lint with flake8

0 commit comments

Comments
 (0)