Browse Source

Add toknen

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

2
.github/workflows/ci.yml

@ -42,6 +42,8 @@ jobs: @@ -42,6 +42,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