Skip to content

Commit

Permalink
Merge pull request #44 from JuliaImages/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4

Bump codecov/codecov-action from 2 to 4
  • Loading branch information
ViralBShah authored Oct 13, 2024
2 parents bea06cb + 5475d4c commit 5337823
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

multithreads:
name: Julia (threads) 1 - ubuntu-latest - x64 - ${{ github.event_name }}
runs-on: ubuntu-latest
Expand All @@ -57,6 +59,6 @@ jobs:
- name: run test
run: julia --project --code-coverage -t4 -e 'using Pkg; Pkg.test()'
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
files: lcov.info

0 comments on commit 5337823

Please sign in to comment.