Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
if: matrix.python-version == '3.14'
uses: actions/upload-artifact@v7
with:
name: coverage
name: coverage-${{ matrix.broker-backend }}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GeigerJ2
Thanks for taking care of this. quick question:
Why do we need to run coverage multiple times in the first place?
the results should be identical, right? or am i missing something

include-hidden-files: true
path: |
coverage.xml
Expand Down
Loading