Skip to content

Commit

Permalink
Arrumando run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laistdomiciano committed Jan 17, 2025
1 parent f450efc commit 49a0185
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 @@ -22,7 +22,7 @@ jobs:
run: poetry install --no-root --with test
- name: Generate Report
run: |
pip install coverage num2words
pip install coverage num2words holidays
coverage run -m unittest discover tests/
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 49a0185

Please sign in to comment.