Skip to content

Commit

Permalink
Adicionando poetry run no generate report
Browse files Browse the repository at this point in the history
  • Loading branch information
laistdomiciano committed Oct 30, 2024
1 parent a2e4743 commit 10dbada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: poetry install --no-root --with test
- name: Generate Report
run: |
coverage run -m unittest discover -s tests
poetry run coverage run -m unittest discover -s tests
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 10dbada

Please sign in to comment.