Skip to content

Commit

Permalink
add repo yaml for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
yuunlimm committed Nov 19, 2024
1 parent 1d12c15 commit 034d379
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
working-directory: rust
- run: ls -R
working-directory: rust
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4.6
with:
name: lcov_unit
path: rust/lcov_unit.info
Expand All @@ -66,12 +66,14 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
needs: [ rust-unit-coverage ]
steps:
- uses: actions/download-artifact@v4
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
name: lcov_unit
- run: ls -R
- name: Upload coverage to Codecov
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # pin@v3
with:
files: lcov_unit.info
fail_ci_if_error: true
# fail_ci_if_error: true
verbose: true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![codecov](https://codecov.io/gh/aptos-labs/aptos-core/branch/main/graph/badge.svg?token=X01RKXSGDE)](https://codecov.io/gh/aptos-labs/aptos-indexer-processors)
# Aptos Indexer Client Guide

This guide will get you started with creating an Aptos indexer with custom parsing. We have several endpoints that provided a streaming RPC of transaction data.
Expand Down
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ coverage:
default:
informational: true
changes: false

#fixes:
# - "/home/runner/work/aptos-indexer-processors/aptos-indexer-processors/rust/::rust/"

0 comments on commit 034d379

Please sign in to comment.