Skip to content

Commit

Permalink
Fix tests code coverage processing
Browse files Browse the repository at this point in the history
  • Loading branch information
radovanZRasa committed Jan 8, 2025
1 parent ee37bcc commit 3ecdd5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ jobs:
with:
name: ${{ matrix.test }}-${{ matrix.python-version }}-${{ matrix.os }}-coverage
path: |
${{ github.workspace }}/${{ matrix.test }}-${{ matrix.python-version }}-${{ matrix.os }}-coverage
${{ github.workspace }}/test_coverage
test-flaky:
name: Run Flaky Tests
Expand Down Expand Up @@ -557,7 +557,7 @@ jobs:
with:
name: ${{ matrix.test }}-${{ matrix.python-version }}-${{ matrix.os }}-coverage
path: |
${{ github.workspace }}/${{ matrix.test }}-${{ matrix.python-version }}-${{ matrix.os }}-coverage
${{ github.workspace }}/test_coverage
upload_coverage_reports:
name: Upload coverage reports to codeclimate
Expand All @@ -582,7 +582,7 @@ jobs:
if: needs.changes.outputs.backend == 'true'
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 #v4.1.8
with:
path: ${{ github.workspace }}/tests_coverage
path: ${{ github.workspace }}/test_coverage

- name: Merge all reports
if: needs.changes.outputs.backend == 'true'
Expand Down

0 comments on commit 3ecdd5d

Please sign in to comment.