Skip to content

Commit dac7c55

Browse files
committed
Changed name for workflow job
1 parent 0e1033a commit dac7c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
- name: Install library
6262
run: poetry install --no-interaction --all-extras
6363
#----------------------------------------------
64-
# run all tests in parallel with xdist
64+
# run all tests with coverage
6565
#----------------------------------------------
66-
- name: Run all tests with coverage using pytest-xdist
66+
- name: Run all tests with coverage
6767
continue-on-error: false
6868
run: |
6969
poetry run pytest tests/unit tests/e2e \

0 commit comments

Comments
 (0)