Skip to content

Commit

Permalink
Remove bumping codecov-action to v4
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 committed Sep 20, 2023
1 parent 391ba96 commit 5a926a2
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 5a926a2

Please sign in to comment.