Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gracez-20 authored Jan 30, 2025
1 parent 51d03d4 commit b5de030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: poetry install

- name: Test with pytest
run: poetry run pytest tests/ --cov={{ cookiecutter.__package_slug }} --cov-report=xml
run: poetry run pytest tests/ --cov=matrics_calculator --cov-report=xml

- name: Use Codecov to track coverage
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit b5de030

Please sign in to comment.