Skip to content

Commit ce384fc

Browse files
chore: update CI workflow to include version-specific code coverage report naming and enable overwrite for improved artifact management
1 parent f09814e commit ce384fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ jobs:
6464
- name: Upload code coverage report
6565
uses: actions/upload-artifact@v4
6666
with:
67-
name: code-coverage-html
67+
name: code-coverage-html-${{ matrix.python-version }}
6868
path: htmlcov
69+
overwrite: true
6970
- name: Create code coverage markdown report
7071
run: |
7172
dotnet tool install -g dotnet-reportgenerator-globaltool

0 commit comments

Comments
 (0)