Skip to content

Commit

Permalink
Update ci-cd.yml to reflect new package name change
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulSafdar authored Jan 30, 2025
1 parent c7430c8 commit 06231a1
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=pystats --cov-report=xml
run: poetry run pytest tests/ --cov=pystats_norm --cov-report=xml

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

0 comments on commit 06231a1

Please sign in to comment.