Skip to content

Commit 3fd73c0

Browse files
committed
Include Dart version in coverage upload name
1 parent a17cb37 commit 3fd73c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
- name: Upload coverage
3939
uses: actions/upload-artifact@v4
4040
with:
41-
name: coverage-html-${{ matrix.package }}
41+
name: coverage-lcov-${{ matrix.package }}-${{ matrix.dart-version }}
4242
path: packages/${{ matrix.package }}/coverage/
4343
if-no-files-found: ignore

0 commit comments

Comments
 (0)