Skip to content

Commit

Permalink
Merge pull request #5 from codecov/codecov-action-v4
Browse files Browse the repository at this point in the history
chore(ci): upgrade to codecov v4
  • Loading branch information
thomasrockhu-codecov authored Sep 14, 2023
2 parents e59ffc2 + 481a535 commit 0aebde1
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v2
with:
Expand All @@ -16,12 +16,9 @@ jobs:
run: lein test
- name: Cloverage
run: CLOVERAGE_VERSION=1.1.1 lein cloverage --codecov
- name: Upload to Codecov (Action)
uses: codecov/codecov-action@v2
- name: Upload to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
with:
file: target/coverage/codecov.json
- name: Upload to Codecov (Uploader)
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -f target/coverage/codecov.json

0 comments on commit 0aebde1

Please sign in to comment.