diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be2126c..703ab9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,4 +30,10 @@ jobs: name: jacoco-report path: | ${{ github.workspace }}/target/site/jacoco/jacoco.xml - ${{ github.workspace }}/target/site/jacoco/index.html \ No newline at end of file + ${{ github.workspace }}/target/site/jacoco/index.html + + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file