Skip to content

Commit

Permalink
Merge branch 'fraccaman/code-cov-downgrade'
Browse files Browse the repository at this point in the history
* origin/fraccaman/code-cov-downgrade:
  ci: downgrade version of codecov
  • Loading branch information
Gianmarco Fraccaroli committed Feb 12, 2024
2 parents 3a3b2c3 + 33075e6 commit 745fe8f
Showing 1 changed file with 1 addition and 1 deletion.
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@v4
uses: codecov/codecov-action@v3
with:
files: lcov.info
fail_ci_if_error: true
Expand Down

0 comments on commit 745fe8f

Please sign in to comment.