Skip to content

Commit

Permalink
Remove bumping codecov-action to v4 (#422)
Browse files Browse the repository at this point in the history
Dependabot had bumped the codecov action to v4 and it passed CI, but now
it doesn't. I'm guessing there was a mistake where they removed v4. At
the time of this PR there are v4-beta tags.
  • Loading branch information
nick-mobilecoin authored Sep 21, 2023
2 parents 391ba96 + 5a926a2 commit 14c59a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
# We can't just set to 0 or "" as the SGX code looks for it being set, not what the value is :(
# The FFI bindings crates always report 100% because they have no code
run: unset SGX_AESM_ADDR && cargo llvm-cov --locked --features sim --ignore-filename-regex '\/sys/src/lib\.rs' --workspace --lcov --output-path lcov.info
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
with:
files: lcov.info

Expand Down

0 comments on commit 14c59a6

Please sign in to comment.