Skip to content

Commit

Permalink
chore: fix the codecov integration file (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniiZaitsevCW authored Feb 13, 2025
1 parent 3397337 commit 7eb32b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: "**"
branches: [ "*" ]

permissions:
contents: read
Expand All @@ -27,10 +27,10 @@ jobs:
run: cp .env.example .env

- name: Install dependencies
- run: npm install
run: npm install

- name: Run tests with coverage
- run: npx hardhat coverage
run: npx hardhat coverage

- name: Upload results to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 7eb32b0

Please sign in to comment.