Skip to content

Commit

Permalink
Update from hummingbird-project-template 812da0c4a36c77ed781dd120d6d6…
Browse files Browse the repository at this point in the history
…dee7ca7841c2
  • Loading branch information
adam-fowler authored Jan 29, 2025
1 parent a0e2165 commit bd0d94b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit bd0d94b

Please sign in to comment.