Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add code coverage report into PRs #417

Open
alan-barzilay opened this issue Nov 8, 2023 · 1 comment
Open

add code coverage report into PRs #417

alan-barzilay opened this issue Nov 8, 2023 · 1 comment

Comments

@alan-barzilay
Copy link
Collaborator

As discussed in PR #415, we should add code coverage reports into PRs as part of the test workflow.

possible implementation with Code Coverage Report:

            - name: Produce the coverage report
              uses: insightsengineering/coverage-action@v2
              with:
		path: coverage.xml
		# Publish the rendered output as a PR comment
		publish: true
		# Create a coverage diff report.
		diff: true
		# Branch to diff against.
		diff-branch: next
		# This is where the coverage reports for the
		# `diff-branch` are stored.
		diff-storage: _xml_coverage_reports
		togglable-report: true
@alan-barzilay
Copy link
Collaborator Author

this issue is currently blocked due to bots lack of permissions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant