Skip to content

Commit 24ab8a6

Browse files
authored
Update CI.yml (#12)
As mentioned in: https://github.com/codecov/codecov-action , codecov-action@v1 will be deprecated/sunset on February 1, 2022. There are a few breaking changes mentioned in the codecov-action README.md, but I don't think this workflow uses any of the breaking changes mentioned. -- As mentioned in README for codecov-action, token is not required for public repos
1 parent af67b4e commit 24ab8a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
- uses: julia-actions/julia-buildpkg@v1
5050
- uses: julia-actions/julia-runtest@v1
5151
- uses: julia-actions/julia-processcoverage@v1
52-
- uses: codecov/codecov-action@v1
52+
- uses: codecov/codecov-action@v2
5353
with:
54-
token: ${{ secrets.CODECOV_TOKEN }}
5554
file: lcov.info

0 commit comments

Comments
 (0)