Skip to content

Commit

Permalink
update coverate dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Apr 19, 2023
1 parent eb27bfb commit e96ef05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: poetry install

- name: Run Pytest
run: poetry run pytest --junitxml=pytest.xml --cov=datagovharvester | tee pytest-coverage.txt
run: poetry run pytest --junitxml=pytest.xml --cov=validate | tee pytest-coverage.txt

- name: Report test coverage
uses: MishaKav/pytest-coverage-comment@main
Expand All @@ -36,4 +36,4 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1

0 comments on commit e96ef05

Please sign in to comment.