Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Apr 1, 2024
1 parent e224dc2 commit a1c64c9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@ jobs:
if: env.IS_PRIMARY == 'true'
run: >
pytest -vr A tests
--junitxml=pytest.xml
--junitxml=test-results.xml
--cov=stock_indicators
--cov-report term
--cov=stock_indicators pytest-coverage.txt
--cov-report xml:coverage.xml
- name: Post test summary
uses: MishaKav/pytest-coverage-comment@main
if: env.IS_PRIMARY == 'true'
with:
pytest-coverage-path: pytest-coverage.txt
junitxml-path: pytest.xml
pytest-xml-coverage-path: coverage.xml
junitxml-path: test-results.xml

0 comments on commit a1c64c9

Please sign in to comment.