Browse Source

Update ci.yml

pull/21/head
Fredrik Ekre 1 year ago committed by GitHub
parent
commit
8dc3ebe2a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/ci.yml

4
.github/workflows/ci.yml

@ -36,7 +36,9 @@ jobs: @@ -36,7 +36,9 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
files: ./lcov.info
files: lcov.info
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
docs:
name: Documentation
runs-on: ubuntu-latest

Loading…
Cancel
Save