Skip to content

Commit

Permalink
chore: update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Pisner authored and Derek Pisner committed Feb 8, 2024
1 parent e382e16 commit 4263d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
--cov=gradient_accumulator tests/test_mp_batch_norm.py \
--cov=gradient_accumulator tests/test_bn_convnd.py \
--cov=gradient_accumulator tests/test_bn_pretrained_swap.py \
--cov=gradient_accumulator tests/test_model_distribute.py
--cov=gradient_accumulator tests/test_model_distribute.py \
--cov=gradient_accumulator tests/test_optimizer.py
- name: Lint with flake8
run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
Expand Down

0 comments on commit 4263d20

Please sign in to comment.