Skip to content

Commit

Permalink
feat : added temp coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdbytes committed Aug 8, 2024
1 parent 7502cfa commit 9c47caf
Show file tree
Hide file tree
Showing 2 changed files with 679 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: /home/runner/work/madara-orchestrator/madara-orchestrator/tarpaulin-report.html

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

Expand Down Expand Up @@ -55,8 +61,7 @@ jobs:
sleep 5 # sleeping for few secs to ensure the coverage file is generated.
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: /home/runner/work/madara-orchestrator/madara-orchestrator/tarpaulin-report.html
671 changes: 671 additions & 0 deletions tarpaulin-report.html

Large diffs are not rendered by default.

0 comments on commit 9c47caf

Please sign in to comment.