Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Include untouched Apex classes & triggers in package coverage calculation #560

Merged
merged 7 commits into from
Jun 24, 2021

Conversation

aly76
Copy link
Contributor

@aly76 aly76 commented Jun 21, 2021

Fixes #556

@aly76 aly76 added the bug Something isn't working label Jun 21, 2021
@aly76 aly76 requested a review from azlam-abdulsalam June 21, 2021 05:30
@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2021

Codecov Report

Merging #560 (c3f2dc6) into develop (0478f6d) will decrease coverage by 12.43%.
The diff coverage is 48.05%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop     #560       +/-   ##
============================================
- Coverage    76.05%   63.62%   -12.44%     
============================================
  Files           39       35        -4     
  Lines         1370     1325       -45     
  Branches       248      233       -15     
============================================
- Hits          1042      843      -199     
- Misses         328      482      +154     
Impacted Files Coverage Δ
...ackages/core/src/commandExecutor/ExecuteCommand.ts 9.09% <ø> (ø)
packages/core/src/git/GitTags.ts 100.00% <ø> (ø)
packages/core/src/stats/SFPStatsSender.ts 8.06% <ø> (ø)
packages/core/src/artifacts/ArtifactMigrator.ts 10.44% <5.00%> (+2.55%) ⬆️
packages/core/src/package/PackageTestCoverage.ts 58.67% <40.67%> (-18.25%) ⬇️
packages/core/src/logger/SFPLogger.ts 48.93% <48.93%> (ø)
...ages/core/src/artifacts/ArtifactFilePathFetcher.ts 30.18% <75.00%> (ø)
.../core/src/sfpcommands/apextest/TriggerApexTests.ts 21.68% <80.00%> (-73.38%) ⬇️
packages/core/src/SFDXCommand.ts 100.00% <100.00%> (ø)
...src/artifacts/ArtifactInstallationStatusUpdater.ts 100.00% <100.00%> (ø)
... and 16 more

Continue to review full report at Codecov.

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inaccurate package coverage percentage on validate
3 participants