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

Exclude public wrappers from coverage #1397

Merged

Conversation

3vilhamster
Copy link
Contributor

What changed?
Excluding public wrappers from coverage.

Why?
Cadence-client provides a set of public callable methods, wrappers around actual implementations in the internal folder.

These wrappers are safe to exclude from coverage since they have no logic to test.

How did you test it?

Potential risks

@3vilhamster 3vilhamster force-pushed the exclude-public-wrappers branch from b991a57 to 4df4aaa Compare November 8, 2024 13:50
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.80%. Comparing base (7a3beaa) to head (4df4aaa).
Report is 1 commits behind head on master.

Additional details and impacted files

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7a3beaa...4df4aaa. Read the comment docs.

@3vilhamster 3vilhamster merged commit 5ec4386 into cadence-workflow:master Nov 8, 2024
13 checks passed
@3vilhamster 3vilhamster deleted the exclude-public-wrappers branch November 8, 2024 16:44
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

Successfully merging this pull request may close these issues.

2 participants