Skip to content

Commit

Permalink
Use curl action
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 committed Aug 23, 2024
1 parent a0d5193 commit 287e6bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
run: ./gradlew jacocoLocalDebugUnitTestReport

- name: Upload codecov report
uses: enflo/curl-action@master
with:
curl: curl -Os https://uploader.codecov.io/latest/linux/codecov
run:
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov --verbose upload-process --fail-on-error -t ${{ secrets.CODECOV_TOKEN }} -n 'service'-${{ github.run_id }} -F service -f ground/build/reports/jacoco/jacocoLocalDebugUnitTestReport/jacocoLocalDebugUnitTestReport.xml

0 comments on commit 287e6bb

Please sign in to comment.