Skip to content

Commit

Permalink
pytest second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpawley committed Jun 1, 2024
1 parent b90a2c9 commit e7482d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python package
name: Run pytest and upload coverage to Codecov

on: [push]

Expand Down Expand Up @@ -48,8 +48,7 @@ jobs:

- name: Test with pytest
run: |
source .venv/bin/activate
poetry run pytest --cov=<project-dir> --cov-report=xml
poetry run pytest --cov-report=xml
- name: "Upload Report to Codecov"
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit e7482d0

Please sign in to comment.