Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler authored Dec 12, 2024
1 parent 161b529 commit 1ed05c8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,12 @@ jobs:
--color no
shell: bash # NOTE: required for windows poetry calls

- name: "[🐍] Create coverage report"
if: success() || failure()
run: poetry run coverage html --directory ${{ env.COVERAGE_REPORT_PATH }}
shell: bash # NOTE: required for windows poetry calls

- name: "[🐍] Store coverage results"
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: python-integration-tests-coverage-report-${{ matrix.os }}_py${{ matrix.python-version }}
path: ${{ env.COVERAGE_REPORT_PATH }}
path: .coverage # NOTE: pytest-cov coverage binary file, can be combined later!
retention-days: 1
if-no-files-found: error

Expand Down

0 comments on commit 1ed05c8

Please sign in to comment.