From c8b6af450d8ad056bed1e2b6f730a79d7d1d9e4a Mon Sep 17 00:00:00 2001 From: "hummingbird-automation[bot]" <168462326+hummingbird-automation[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 11:13:29 +0000 Subject: [PATCH] Update from hummingbird-project-template 812da0c4a36c77ed781dd120d6d6dee7ca7841c2 (#61) Co-authored-by: adam-fowler --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c46670..e9b7d8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,10 @@ jobs: -ignore-filename-regex="\/Benchmarks\/" \ -instr-profile=.build/debug/codecov/default.profdata > info.lcov - name: Upload to codecov.io - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v4 with: files: info.lcov + token: ${{ secrets.CODECOV_TOKEN }} linux: runs-on: ubuntu-latest timeout-minutes: 15 @@ -55,9 +56,10 @@ jobs: -ignore-filename-regex="\/Benchmarks\/" \ -instr-profile .build/debug/codecov/default.profdata > info.lcov - name: Upload to codecov.io - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v4 with: files: info.lcov + token: ${{ secrets.CODECOV_TOKEN }} windows: runs-on: windows-latest strategy: