Skip to content

Commit

Permalink
Revert "remove codecov"
Browse files Browse the repository at this point in the history
This reverts commit f10a7cf.
  • Loading branch information
pefontana committed Aug 14, 2023
1 parent 4531c45 commit fde126e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
# FIXME: we need to update the Makefile to do this correctly
case ${{ matrix.target }} in
'test')
cargo nextest run --workspace --features "cairo-1-hints, test_utils"
cargo llvm-cov nextest --lcov --output-path lcov-${{ matrix.target }}.info --workspace --features "cairo-1-hints, test_utils"
;;
'test-no_std')
cargo llvm-cov nextest --lcov --output-path lcov-${{ matrix.target }}.info --workspace --no-default-features
Expand Down

0 comments on commit fde126e

Please sign in to comment.