Skip to content

Commit

Permalink
Test removal of trailing \
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael committed Aug 25, 2023
1 parent af91307 commit d336906
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
id: run-tests
continue-on-error: true
run: >
poetry run pytest \
--junitxml=pytest.xml \
--cov-report=term-missing:skip-covered \
--cov-report=xml:coverage.xml \
--cov=src tests \
poetry run pytest
--junitxml=pytest.xml
--cov-report=term-missing:skip-covered
--cov-report=xml:coverage.xml
--cov=src tests
> ./pytest-coverage.txt;
cat ./pytest-coverage.txt;
- name: Upload pytest coverage artifacts.
Expand Down

0 comments on commit d336906

Please sign in to comment.