Skip to content

Commit a0b05fa

Browse files
committed
fix(ci): try codecov on hosted runner
1 parent dbb25b2 commit a0b05fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ env:
3737
jobs:
3838
codecov:
3939
name: Coverage
40-
if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]'
41-
runs-on: buildjet-4vcpu-ubuntu-2204
40+
# if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]'
41+
runs-on: ubuntu-24.04-arm
4242
timeout-minutes: 45
4343
steps:
4444
- uses: actions/checkout@v6

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ test-release-docs:
115115
cargo test --profile quick --doc --features doctest-private
116116

117117
codecov:
118-
cargo llvm-cov --workspace --codecov --output-path lcov.info
118+
cargo llvm-cov -p forest-filecoin --codecov --output-path lcov.info
119119

120120
# Checks if all headers are present and adds if not
121121
license:

0 commit comments

Comments
 (0)