Skip to content

Commit

Permalink
Remove code coverage job for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Mar 10, 2024
1 parent fd70a57 commit db73a72
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit db73a72

Please sign in to comment.