We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4c8059 + 7b49b15 commit 6742a12Copy full SHA for 6742a12
.github/workflows/unit-tests.yml
@@ -20,7 +20,6 @@ jobs:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
timeout-minutes: 15
22
- name: Upload coverage to Codecov
23
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
24
with:
25
- name: ${{matrix.os}}-${{matrix.smalltalk}}
26
- token: ${{ secrets.CODECOV_TOKEN }}
+ name: Unit-Tests-${{matrix.smalltalk}}
0 commit comments