Skip to content

Commit

Permalink
Merge branch 'origin/fraccaman/fix-code-cov'
Browse files Browse the repository at this point in the history
* origin/fraccaman/fix-code-cov:
  fix code codecov
  • Loading branch information
Gianmarco Fraccaroli committed Feb 12, 2024
2 parents b529f7b + 92dba34 commit 3a3b2c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
NAMADA_MASP_PARAMS_DIR: /home/runner/.masp-params
RUSTFLAGS: "-C linker=clang -C link-arg=-fuse-ld=/usr/local/bin/mold"
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: lcov.info
fail_ci_if_error: true
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ test-unit:
-Z unstable-options --report-time

test-unit-with-coverage:
$(cargo) +$(nightly) llvm-cov --output-dir target \
$(cargo) +$(nightly) llvm-cov --output-path lcov.info \
--features namada/testing \
--html \
--lcov \
-- --skip e2e --skip pos_state_machine_test --skip integration \
-Z unstable-options --report-time

Expand Down

0 comments on commit 3a3b2c3

Please sign in to comment.