diff --git a/.github/workflows/powershell.yml b/.github/workflows/powershell.yml index 9d098b16d..704a1369f 100644 --- a/.github/workflows/powershell.yml +++ b/.github/workflows/powershell.yml @@ -47,3 +47,7 @@ jobs: uses: github/codeql-action/upload-sarif@v2 with: sarif_file: results.sarif + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}