Skip to content

Commit

Permalink
Merge pull request #57 from ascopes/task/improve-codecov
Browse files Browse the repository at this point in the history
Use GitHub action to submit coverage
  • Loading branch information
ascopes authored Dec 31, 2023
2 parents 07acfaf + cfef223 commit c6fafb4
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ jobs:
run: ./mvnw -B verify

- name: Publish to codecov
uses: codecov/codecov-action@v3
continue-on-error: true
if: matrix.os-name == 'ubuntu-latest' && always()
shell: bash
run: |-
curl --fail https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring \
--keyring trustedkeys.gpg --import
curl --fail -Os https://uploader.codecov.io/latest/linux/codecov
curl --fail -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
curl --fail -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
shasum -a 256 -c codecov.SHA256SUM
chmod -v +x codecov
./codecov -v
if: always()

0 comments on commit c6fafb4

Please sign in to comment.