Skip to content

Commit c9e2f02

Browse files
Update from hummingbird-project-template 812da0c4a36c77ed781dd120d6d6dee7ca7841c2 (#44)
Co-authored-by: adam-fowler <[email protected]>
1 parent 0142c24 commit c9e2f02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
-ignore-filename-regex="\/Benchmarks\/" \
3737
-instr-profile .build/debug/codecov/default.profdata > info.lcov
3838
- name: Upload to codecov.io
39-
uses: codecov/codecov-action@v5
39+
uses: codecov/codecov-action@v4
4040
with:
4141
files: info.lcov
42+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)