Browse Source

Update CI.yml

pull/16/head
Fredrik Ekre 2 years ago committed by GitHub
parent
commit
5af749c4fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/CI.yml

2
.github/workflows/CI.yml

@ -39,6 +39,8 @@ jobs: @@ -39,6 +39,8 @@ jobs:
- uses: codecov/codecov-action@v4
with:
file: lcov.info
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
docs:
name: Documentation
runs-on: ubuntu-latest

Loading…
Cancel
Save