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 942797a commit 777eb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

# selecting a toolchain either by action or manual `rustup` calls should happen
# before the plugin, as the cache uses the current rustc version as its cache key
Expand All @@ -25,8 +27,6 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: /Users/runner/work/madara-bootstrapper/madara-bootstrapper/tarpaulin-report.html
retries: 5
retry_delay: 30

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

0 comments on commit 777eb34

Please sign in to comment.