Skip to content

Commit a7e36b9

Browse files
committed
Update CI
1 parent 5acb2c7 commit a7e36b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242

4343
- name: Run tests with coverage
4444
run: |
45-
pytest
46-
--cov ./tests
47-
--cov-report=xml
48-
--cov-report=term-missing:skip-covered
45+
pytest \
46+
--cov ./tests \
47+
--cov-report=xml \
48+
--cov-report=term-missing:skip-covered
4949
5050
- name: Upload coverage to Codecov
5151
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)