We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2183d88 commit c2ad219Copy full SHA for c2ad219
.github/workflows/coverage.yml
@@ -1,4 +1,4 @@
1
-name: Coverage Reporting
+name: Coverage
2
3
on:
4
push:
@@ -14,7 +14,7 @@ permissions:
14
15
jobs:
16
coverage:
17
- name: Check coverage and report to Coveralls
+ name: Check and Upload (packages/${{ matrix.package }})
18
runs-on: ubuntu-24.04
19
strategy:
20
matrix:
0 commit comments