Manually pass the codecov token in CI (#378)

This commit is contained in:
Teemu R 2022-10-17 18:08:26 +02:00 committed by GitHub
parent 13052ac7a1
commit cece84352a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,3 +89,4 @@ jobs:
uses: "codecov/codecov-action@v2"
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}