Skip to content

Commit

Permalink
Fixed codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Sep 8, 2023
1 parent 5450888 commit 068a507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
--cov=gradient_accumulator tests/test_expected_result.py \
--cov=gradient_accumulator tests/test_mp_batch_norm.py \
--cov=gradient_accumulator tests/test_bn_convnd.py \
--cov=gradient_accumulator pytest -v tests/test_bn_pretrained_swap.py \
--cov=gradient_accumulator tests/test_bn_pretrained_swap.py \
--cov=gradient_accumulator tests/test_model_distribute.py
- name: Lint with flake8
Expand Down

0 comments on commit 068a507

Please sign in to comment.