Skip to content

Commit

Permalink
Add codecov token to environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed May 20, 2024
1 parent af80f89 commit 1808bf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
codecov:
name: Code Coverage
runs-on: ubuntu-latest
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
- name: Install Protocol Buffers Compiler
uses: arduino/setup-protoc@v3
Expand Down

0 comments on commit 1808bf3

Please sign in to comment.