Skip to content

Commit

Permalink
Update build.yml to add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Breus authored Nov 6, 2023
1 parent db281f2 commit a4a5a32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,8 @@ jobs:
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
GPG_PRIV_KEY: ${{ secrets.GPG_PRIV_KEY }}
GPG_PASS_PHRASE: ${{ secrets.GPG_PASS_PHRASE }}
run: ./gradlew -Pversion=${{ steps.get-snapshot-version.outputs.snapshot-version }} publishAllPublicationsToSonatypeRepository closeSonatypeStagingRepository
run: ./gradlew -Pversion=${{ steps.get-snapshot-version.outputs.snapshot-version }} publishAllPublicationsToSonatypeRepository closeSonatypeStagingRepository
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a4a5a32

Please sign in to comment.