Skip to content

Commit

Permalink
Merge branch 'fraccaman/ci-update-codecov' (#3035)
Browse files Browse the repository at this point in the history
ci: update codecov
  • Loading branch information
brentstone committed Apr 9, 2024
2 parents 61a0759 + bbba44b commit d093f95
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,13 @@ 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
files: lcov.info
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Print sccache stats
if: always()
run: sccache --show-stats || true
Expand Down
29 changes: 29 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
coverage:
precision: 2
round: down
range: "60...90"

github_checks:
annotations: false

ignore:
- audits/*
- docker/*
- documentation/*
- examples/*
- genesis/*
- proto/*
- scripts/*
- *.hsb
- *.toml
- *.lock
- *.md
- *.yml
- .github/*
- .vscode
- changelog/*
- LICENSE
- Makefile
- crates/tests
- crates/test_utils
- crates/benches

0 comments on commit d093f95

Please sign in to comment.