Skip to content

Commit

Permalink
Removed unnecessary CODECOV_TOKEN with updated codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mandreko-bitwarden committed Jan 15, 2025
1 parent 27aafc8 commit 790e59b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ jobs:
run: cargo llvm-cov --all-features --lcov --output-path lcov.info --ignore-filename-regex "crates/bitwarden-api-"

- name: Upload to codecov.io
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2

wasm:
name: WASM
Expand Down

0 comments on commit 790e59b

Please sign in to comment.