We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb25b2 commit a0b05faCopy full SHA for a0b05fa
2 files changed
.github/workflows/coverage.yml
@@ -37,8 +37,8 @@ env:
37
jobs:
38
codecov:
39
name: Coverage
40
- if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]'
41
- runs-on: buildjet-4vcpu-ubuntu-2204
+ # if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]'
+ runs-on: ubuntu-24.04-arm
42
timeout-minutes: 45
43
steps:
44
- uses: actions/checkout@v6
Makefile
@@ -115,7 +115,7 @@ test-release-docs:
115
cargo test --profile quick --doc --features doctest-private
116
117
118
- cargo llvm-cov --workspace --codecov --output-path lcov.info
+ cargo llvm-cov -p forest-filecoin --codecov --output-path lcov.info
119
120
# Checks if all headers are present and adds if not
121
license:
0 commit comments