From 979cc873670463999b109f2278797712d42ab887 Mon Sep 17 00:00:00 2001 From: adam-fowler Date: Wed, 29 Jan 2025 10:54:29 +0000 Subject: [PATCH] Update from hummingbird-project-template 812da0c4a36c77ed781dd120d6d6dee7ca7841c2 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f5b06e..fe097b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ 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 }}