Skip to content

Commit 0b80c59

Browse files
Copilotkalwalt
andcommitted
fix(ci): add CODECOV_TOKEN to codecov upload step
Agent-Logs-Url: https://github.com/webarkit/WebARKitLib-rs/sessions/de06767f-d0ae-472b-a938-b53237851263 Co-authored-by: kalwalt <1275858+kalwalt@users.noreply.github.com>
1 parent 30f2d47 commit 0b80c59

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535
--exclude-files "tests/*" \
3636
--ignore-panics
3737
38-
- name: Upload to Codecov
38+
- name: Upload coverage reports to Codecov
3939
uses: codecov/codecov-action@v5
4040
with:
41+
token: ${{ secrets.CODECOV_TOKEN }}
4142
files: ./coverage/cobertura.xml
4243
flags: rust
4344
name: coverage-report

0 commit comments

Comments
 (0)