Skip to content

Commit

Permalink
try workspace cleaning in case it’s the thing breaking it all
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog-NEAR committed Nov 15, 2023
1 parent ee7b9e5 commit 37cfed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ jobs:
- run: pip3 install --user -r pytest/requirements.txt
- run: cargo llvm-cov show-env --export-prefix >> "$GITHUB_ENV"
- run: echo "LLVM_PROFILE_FILE=$(pwd)/target/llvm-cov-target/nearcore-%p-%16m.profraw" >> "$GITHUB_ENV"
- run: cargo llvm-cov clean --workspace
- run: python3 scripts/state/update_res.py check
- run: cargo llvm-cov report --codecov --output-path pytest-genesischk.json
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
Expand Down

0 comments on commit 37cfed9

Please sign in to comment.