Skip to content

Commit

Permalink
revise pytest args
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed May 14, 2024
1 parent c044190 commit b2cd553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
EDL_PASSWORD: ${{ secrets.DEK_EDL_PASSWORD }}
run: |
scripts/create-netrc
poetry run pytest --cov=stitchee --cov=tests/integration --cov-report=term-missing --log-cli-level=INFO
poetry run pytest --cov=concatenator --cov-report=term-missing --log-cli-level=INFO tests/integration
- name: Upload coverage
uses: codecov/codecov-action@v4

0 comments on commit b2cd553

Please sign in to comment.