Skip to content

Commit

Permalink
fix: cov
Browse files Browse the repository at this point in the history
  • Loading branch information
DraftProducts committed Jul 30, 2024
1 parent a32b61e commit ec884c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "TOKEN=${{ secrets.BLAGUES_API_TOKEN }}" > .env
- name: Run tests
run: poetry run pytest --cov-report=xml
run: poetry run pytest --cov --cov-report=xml

- name: Upload coverage
uses: codecov/codecov-action@v4.0.1
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ dist/
poetry.lock
.env
.pytest_cache/
.venv/
.venv/
coverage.xml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ flake8 = "^7.1.0"
flake8-pyproject = "^1.2.3"
black = "^24.4.2"
isort = "^5.13.2"
coverage = "^6.2"
pytest-cov = "^5.0.0"

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

0 comments on commit ec884c2

Please sign in to comment.