Skip to content

Commit

Permalink
gh-actions codecov: use token
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Mar 21, 2024
1 parent 25382c1 commit 2c45dd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ./build/meson-logs/coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

emscripten:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -216,6 +218,8 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ./build/meson-logs/coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

sleef:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -245,6 +249,8 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ./build/meson-logs/coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

gcc:
strategy:
Expand Down Expand Up @@ -726,6 +732,8 @@ jobs:
# uses: codecov/codecov-action@v4
# with:
# file: ./build/meson-logs/coverage.xml
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

icc:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 2c45dd4

Please sign in to comment.