Skip to content

Commit

Permalink
Merge pull request #2 from bcnmy/feat/update-ci
Browse files Browse the repository at this point in the history
👷 update ci
  • Loading branch information
Aboudjem authored Feb 18, 2024
2 parents 2571e85 + 8396243 commit 2c2416e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,17 @@ jobs:
run: yarn coverage:report

- name: Upload Foundry Coverage Report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/foundry/lcov.info
flags: foundry

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Upload Hardhat Coverage Report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/lcov.info
flags: hardhat
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2c2416e

Please sign in to comment.