diff --git a/.github/workflows/template_unit_pytest.yml b/.github/workflows/template_unit_pytest.yml index 74f5107..6980210 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -81,4 +81,9 @@ jobs: if: success() || failure() # always run with: name: ${{ inputs.projectName }}-coverage-report - path: ${{ env.TESTS_COVERAGE_REPORT_PATH }} \ No newline at end of file + path: ${{ env.TESTS_COVERAGE_REPORT_PATH }} + + - name: Report Coverage + uses: codecov/report@v2 + with: + files: ${{ env.TESTS_COVERAGE_REPORT_PATH }} \ No newline at end of file