Skip to content

Commit

Permalink
Update Test.yml (#389)
Browse files Browse the repository at this point in the history
* update codecov

* add tests on v1.10 (next LTS)

* rename CI.yml to Test.yml
  • Loading branch information
hyrodium authored Jul 7, 2024
1 parent 2e225ea commit 8a9b8ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml → .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
version:
- '1.6'
- '1.10'
- '1'
- 'nightly'
os:
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8a9b8ac

Please sign in to comment.