Skip to content

Commit

Permalink
try CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
maltezfaria committed Jul 9, 2024
1 parent 1f0150c commit 28cc415
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
run: DISPLAY=:1 xvfb-run -s '-screen 1 1024x768x24' julia --project=docs/ --code-coverage=user docs/make.jl
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
- name: Process coverage
if: github.ref == 'refs/heads/main'
uses: julia-actions/julia-processcoverage@v1
- name: Upload coverage to Codecov
if: github.ref == 'refs/heads/main'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info

0 comments on commit 28cc415

Please sign in to comment.