Skip to content

Commit

Permalink
Mudando o comando de rodar os testes na action
Browse files Browse the repository at this point in the history
  • Loading branch information
laistdomiciano committed Oct 30, 2024
1 parent 732759a commit 4df178a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
- name: Poetry Setup
uses: snok/install-poetry@v1
- name: Install Dependencies
run: make install
run: poetry install --no-root --with test
- name: Generate Report
run: |
pip install coverage
coverage run -m unittest discover tests/
coverage run -m unittest discover -s tests
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 4df178a

Please sign in to comment.