Skip to content

Commit

Permalink
Missing \ in codecov CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Apr 6, 2023
1 parent ee2c736 commit 204fb47
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 @@ -66,7 +66,7 @@ jobs:
run: |
pytest --cov=gradient_accumulator tests/test_train_mnist.py \
--cov=gradient_accumulator tests/test_optimizer_wrapper.py \
--cov=gradient_accumulator tests/test_adaptive_gradient_clipping.py
--cov=gradient_accumulator tests/test_adaptive_gradient_clipping.py \
--cov=gradient_accumulator tests/test_batch_norm.py
- name: Lint with flake8
Expand Down

0 comments on commit 204fb47

Please sign in to comment.