Skip to content

Commit

Permalink
fix(.github/codecov): Install golang for fips codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
dongcarl committed Oct 29, 2024
1 parent e7ae563 commit 56154a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: actions/setup-go@v5
with:
go-version: '^1.22.7' # >=1.22.7 <2.0.0-0
- run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 56154a8

Please sign in to comment.