Skip to content

Commit

Permalink
fix: test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang committed Dec 1, 2023
1 parent eb7774c commit dc3f282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: poetry install

- name: Run tests and generate coverage report
run: poetry run pytest -v --cov=src --cov-fail-under 0 --cov-report=term --cov-report=xml --cov-report=html
run: poetry run pytest -v --cov=mppt --cov-fail-under 90 --cov-report=term --cov-report=xml --cov-report=html

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit dc3f282

Please sign in to comment.