Skip to content

Commit

Permalink
Use Codecov GH action instead of bash script (#2706)
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Windszus <konrad.windszus@netcentric.biz>
  • Loading branch information
davidjgonzalez and kwin committed Nov 15, 2021
1 parent 2b6c70a commit 1446565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ jobs:
with:
check_name: Test report (${{ matrix.os }}, JDK ${{ matrix.jdk }})

# https://about.codecov.io/blog/javascript-code-coverage-using-github-actions-and-codecov/
- name: Upload code coverage to CodeCov (Main build)
if: matrix.isMainBuildEnv
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v2

# https://github.com/marketplace/actions/changelog-enforcer
- name: Enforce a changelog entry
Expand Down

0 comments on commit 1446565

Please sign in to comment.