Skip to content

Commit

Permalink
Enable code coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mcweba authored Apr 14, 2023
1 parent e4bd767 commit 77d4ffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:

- name: Install, unit test, integration test
run: mvn install -Dmaven.javadoc.skip=true -B -V

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

- name: Release to maven central
if: github.ref_name == 'master' && github.event_name != 'pull_request' && github.repository == 'swisspost/vertx-log-transformer'
Expand Down

0 comments on commit 77d4ffe

Please sign in to comment.