Skip to content

Commit 3dfc5a8

Browse files
authored
Merge pull request #1440 from nicholasbishop/bishop-codecov-updates
Codecov configuration updates
2 parents e814187 + 4af8fd2 commit 3dfc5a8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
comment: false

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,5 +202,7 @@ jobs:
202202
run: cargo xtask cov --lcov
203203
- name: Upload code coverage
204204
uses: codecov/codecov-action@v4
205+
env:
206+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
205207
with:
206208
files: target/lcov

0 commit comments

Comments
 (0)