Skip to content

Commit

Permalink
switch to coverallsapp/github-action@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Jul 17, 2024
1 parent f24a65a commit ba0ebd5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,23 @@ jobs:
arch: ${{ matrix.arch }}
show-versioninfo: true
- uses: julia-actions/cache@v2

- name: Run tests
uses: julia-actions/julia-runtest@v1
with:
coverage: true
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4

- name: Process Julia coverage data
uses: julia-actions/julia-processcoverage@v1

- name: Upload coverage data (Codecov)
uses: codecov/codecov-action@v4
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
- uses: coverallsapp/github-action@master

- name: Upload coverage data (Coveralls)
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./lcov.info

0 comments on commit ba0ebd5

Please sign in to comment.