Skip to content

Commit

Permalink
Fix coverage uploads (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup authored Sep 11, 2024
1 parent 83514d5 commit dc4eb1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/py-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
with:
name: coverage-api-${{ matrix.os }}-${{ matrix.python-version }}
path: ./.coverage*
include-hidden-files: true
if-no-files-found: "error"
retention-days: 3

unit_tests_builder:
Expand Down Expand Up @@ -90,6 +92,8 @@ jobs:
with:
name: coverage-builder-${{ matrix.os }}-${{ matrix.python-version }}
path: ./.coverage*
include-hidden-files: true
if-no-files-found: "error"
retention-days: 3

submit-codecoverage:
Expand Down

0 comments on commit dc4eb1f

Please sign in to comment.