Skip to content

Commit

Permalink
Fix test action call
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielguarisa committed Feb 15, 2023
1 parent db21dd0 commit 4f63799
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.9]
poetry-version: [1.1.2]
poetry-version: [1.1.12]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ coverage.xml
.hypothesis/
.pytest_cache/
cover/
pytest.xml

# Translations
*.mo
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ indent = 4
color_output = true

[tool.pytest.ini_options]
addopts = "-p no:warnings --cov-report term-missing --cov=retrack"
addopts = "--junitxml=pytest.xml -p no:warnings --cov-report term-missing:skip-covered --cov=retrack"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 4f63799

Please sign in to comment.