Skip to content

Commit

Permalink
remove upload artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
Fovty committed May 14, 2024
1 parent ef3471c commit 5c08545
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
poetry install
- name: Run pytest with coverage and generate report
run: poetry run pytest --cov=tests --cov-report=xml tests/
- name: Upload coverage report as artifact
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: coverage.xml
- name: Upload coverage to Cobertura
uses: 5monkeys/cobertura-action@master
with:
Expand Down

0 comments on commit 5c08545

Please sign in to comment.