Skip to content

Commit

Permalink
Merge pull request #384 from JuliaHealth/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4.3.0

Bump codecov/codecov-action from 4.1.1 to 4.3.0
  • Loading branch information
cncastillo authored May 2, 2024
2 parents 829a6c3 + 3e965b6 commit f0d40c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,39 +118,39 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src
- uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
files: lcov.info
flags: komamri
token: ${{ secrets.CODECOV_TOKEN }} # required
- uses: julia-actions/julia-processcoverage@v1
with:
directories: KomaMRIBase/src
- uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
files: lcov.info
flags: base
token: ${{ secrets.CODECOV_TOKEN }} # required
- uses: julia-actions/julia-processcoverage@v1
with:
directories: KomaMRICore/src
- uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
files: lcov.info
flags: core
token: ${{ secrets.CODECOV_TOKEN }} # required
- uses: julia-actions/julia-processcoverage@v1
with:
directories: KomaMRIPlots/src
- uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
files: lcov.info
flags: plots
token: ${{ secrets.CODECOV_TOKEN }} # required
- uses: julia-actions/julia-processcoverage@v1
with:
directories: KomaMRIFiles/src
- uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
files: lcov.info
flags: files
Expand Down

0 comments on commit f0d40c0

Please sign in to comment.