Skip to content

Commit

Permalink
Add GitHub workflow for regular build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Mar 3, 2025
1 parent 1ab4e4a commit b8c9e73
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
gradle --warning-mode all --no-daemon clean build
- name: codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
curl -LsS --output codecov.sh https://codecov.io/bash
chmod a+x codecov.sh
bash ./codecov.sh -t ${CODECOV_TOKEN} -s build/reports/jacoco/test
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b8c9e73

Please sign in to comment.