Skip to content

Commit

Permalink
Update code coverage checks (#2740)
Browse files Browse the repository at this point in the history
* Update maven-test.yml (#2740)
  • Loading branch information
vladbailescu authored Apr 30, 2024
1 parent eedb92c commit d50ba1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/maven-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,11 @@ jobs:
run: mvn -B -U clean install ${{ matrix.profile }} -s ./.github/workflows/settings.xml

# Run code coverage check
- name: Run core coverage check
run: bash <(curl -s https://codecov.io/bash)
- name: Run code coverage check
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)
build-js:
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit d50ba1c

Please sign in to comment.