Skip to content

Commit 6742a12

Browse files
authored
Merge pull request #74 from ba-st/update-codecov
Update codecov version
2 parents c4c8059 + 7b49b15 commit 6742a12

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
timeout-minutes: 15
2222
- name: Upload coverage to Codecov
23-
uses: codecov/codecov-action@v1
23+
uses: codecov/codecov-action@v3
2424
with:
25-
name: ${{matrix.os}}-${{matrix.smalltalk}}
26-
token: ${{ secrets.CODECOV_TOKEN }}
25+
name: Unit-Tests-${{matrix.smalltalk}}

0 commit comments

Comments
 (0)