Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
  • Loading branch information
parthea authored Sep 17, 2024
commit 6695be527c800010e3c2b122c8ac63377b346fa3
2 changes: 2 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
name: coverage-artifact-prerelease-${{ matrix.python }}
path: .coverage-prerelease-${{ matrix.python }}
include-hidden-files: true

compliance:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -85,6 +86,7 @@ jobs:
with:
name: coverage-artifact-compliance-${{ matrix.python }}
path: .coverage-compliance-${{ matrix.python }}
include-hidden-files: true

cover:
runs-on: ubuntu-latest
Expand Down