diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc745ba..267be1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,26 +23,4 @@ jobs: with: name: code-coverage path: coverage.txt - - code_coverage: - name: "Code coverage report" - runs-on: ubuntu-latest - needs: unit_tests - env: - GH_REPO: ${{ github.repository }} - GH_TOKEN: ${{ github.token }} - steps: - - name: Download code coverage results from source branch - run: 'echo "TODO: Download code coverage results from source branch"' - - - name: Download code coverage results - uses: actions/download-artifact@v4 - with: - name: code-coverage - path: source-coverage.txt - - - name: Compare code coverage results - run: 'echo "## Coverage report" > coverage-comment.md' - - - name: Comment on pull request - run: gh pr comment ${{ github.event.number }} --body-file coverage-comment.md +