Skip to content

Commit

Permalink
Upgraded to v4 of the codecov action in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed Aug 23, 2024
1 parent 109ea7d commit 0abb0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: npm run test:lwc

- name: 'Upload LWC code coverage to Codecov.io'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: LWC
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:

# This is the only scratch org that's used for uploading code coverage
- name: 'Upload Apex test code coverage to Codecov.io'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: Apex
Expand Down

0 comments on commit 0abb0c5

Please sign in to comment.