Skip to content

Commit

Permalink
Attempt to fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Mattheus-Moerman committed Apr 3, 2024
1 parent 878f013 commit 02faf5a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ jobs:
PR_NUMBER: ${{ github.event.number }}
run: >
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=. -e 'using Pkg; Pkg.activate("."); Pkg.test(coverage = true)'
- name: Upload coverage reports to Codecov
uses: julia-actions/julia-processcoverage@v1
uses: codecov/codecov-action@v4.0.1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: COMODO-research/Comodo.jl
file: lcov.info

0 comments on commit 02faf5a

Please sign in to comment.