Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nxvembrx authored May 8, 2024
1 parent eb10c6c commit 208fb91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
run: poetry install
- name: Run tests and collect coverage
run: poetry run pytest --cov .
- run: ls
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
flags: smart-tests
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 208fb91

Please sign in to comment.