Skip to content

Commit 8a9b8ac

Browse files
authored
Update Test.yml (#389)
* update codecov * add tests on v1.10 (next LTS) * rename CI.yml to Test.yml
1 parent 2e225ea commit 8a9b8ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml renamed to .github/workflows/Test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
matrix:
1818
version:
1919
- '1.6'
20+
- '1.10'
2021
- '1'
2122
- 'nightly'
2223
os:
@@ -44,6 +45,7 @@ jobs:
4445
- uses: julia-actions/julia-buildpkg@v1
4546
- uses: julia-actions/julia-runtest@v1
4647
- uses: julia-actions/julia-processcoverage@v1
47-
- uses: codecov/codecov-action@v3
48+
- uses: codecov/codecov-action@v4
4849
with:
4950
file: lcov.info
51+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)