Skip to content

Commit

Permalink
Use Codecov v4 action, and use a token for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlic authored Jul 5, 2024
1 parent e6ca35f commit 8d91553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
run: sf apex run test --synchronous --code-coverage --result-format human --output-dir ./tests/apex

- name: Upload code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: Apex
token: ${{ secrets.CODECOV_TOKEN }}

- name: Delete scratch org
if: always()
Expand Down

0 comments on commit 8d91553

Please sign in to comment.