Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxenopoulos committed Jun 22, 2024
1 parent 577855a commit b4ca35c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install awpy
shell: bash
run: |
poetry install --no-interaction
poetry install --no-interaction --no-cache
- name: Formatting + Lint
shell: bash
Expand All @@ -81,9 +81,8 @@ jobs:
- name: Test
shell: bash
run: |
poetry run pytest --durations=10 -s --traceconfig --log-cli-level=DEBUG tests/
# poetry run coverage run -m pytest --durations=10 -s --traceconfig --log-cli-level=DEBUG tests/
# poetry run coverage report -m
poetry run coverage run -m pytest --durations=10 -s --traceconfig --log-cli-level=DEBUG tests/
poetry run coverage report -m
# - name: Archive code coverage results
# uses: actions/upload-artifact@v4
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tool:pytest]
addopts = --maxfail=1 --strict-markers
testpaths = tests

0 comments on commit b4ca35c

Please sign in to comment.