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

Confirm coverage of Vue component #1585

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

StephenHulme
Copy link
Contributor

@StephenHulme StephenHulme commented Feb 16, 2024

Closes an investigation in to unexpectedly high code coverage stemming from #1520.

Once this issue has been resolved #1589 can be reverted.

Relates to:

Changes proposed in this pull request

  • Measuring against known coverage

Current reflected test coverage:

Line 11 and line 16 should be covered (green), line 21 should not be covered (red).

Screenshot 2024-02-16 at 11 51 54

Instructions for Reviewers

[All PRs] - Confirm PR template filled
[Feature Branches] - Review code
[Production Merges to main]
    - Check story numbers included
    - Check for debug code
    - Check version

Comment on lines 10 to 12
return {
message: 'Hello, World!',
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should be included in coverage, but is not currently tested

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (29431cc) 90.82% compared to head (0c421c2) 86.26%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1585      +/-   ##
===========================================
- Coverage    90.82%   86.26%   -4.56%     
===========================================
  Files          376      398      +22     
  Lines         7268     7654     +386     
===========================================
+ Hits          6601     6603       +2     
- Misses         667     1051     +384     
Flag Coverage Δ
javascript 69.71% <100.00%> (-24.81%) ⬇️
pull_request 86.26% <100.00%> (?)
push 86.26% <100.00%> (-4.56%) ⬇️
ruby 90.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

codeclimate bot commented Feb 16, 2024

Code Climate has analyzed commit 0c421c2 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 90.1% (0.0% change).

View more on Code Climate.

StephenHulme added a commit that referenced this pull request Feb 21, 2024
build: exclude Vue SFC from coverage stats until #1585 is addressed
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.

None yet

1 participant