From 77d4ffee8cdf4c619f0f56476c3d6ae9af566c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Weber?= Date: Fri, 14 Apr 2023 13:49:49 +0200 Subject: [PATCH] Enable code coverage upload --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e6bdfde..4793268 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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'