Skip to content

Commit 384e04a

Browse files
committed
Deployed 09f0402 to . with MkDocs 1.6.1
1 parent 8416764 commit 384e04a

File tree

6 files changed

+255
-255
lines changed

6 files changed

+255
-255
lines changed

faq/code-analysis/why-does-codacy-show-unexpected-coverage-changes/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="description" content="You may encounter some situations where Codacy shows unexpected drops in coverage, potentially causing your quality gates to fail. Usually, these drops in coverage happen in files that the commit or pull request didn&#x27;t change.">
1212

1313

14-
<meta http-equiv="last-modified" content="2023-08-16 08:28:38">
14+
<meta http-equiv="last-modified" content="2025-11-24 09:59:41">
1515

1616

1717
<link rel="canonical" href="https://docs.codacy.com/faq/code-analysis/why-does-codacy-show-unexpected-coverage-changes/">
@@ -4865,8 +4865,8 @@ <h2 id="common-reasons-for-unexpected-coverage-changes">Common reasons for unexp
48654865
<p>This can be caused by a failed step in your CI/CD pipeline, for example. In the case of pull requests, you should make sure that you upload all relevant coverage reports for both the <strong>common ancestor commit</strong> and the <strong>head commit</strong> of the pull request branch.</p>
48664866
</li>
48674867
<li>
4868-
<p>Ignoring files on Codacy.</p>
4869-
<p><a href="../../../repositories-configure/ignoring-files/">Updating the list of ignored files</a> can have an impact on the amount of coverable and covered lines of the commits that Codacy compares to calculate the coverage variation metric.</p>
4868+
<p>Ignoring files on Codacy vs ignoring files on the coverage report.</p>
4869+
<p><a href="../../../repositories-configure/ignoring-files/">Updating the list of ignored files</a> won't have an impact on the amount of coverable and covered lines of the commits that Codacy compares to calculate the coverage variation metric. Codacy calculates Coverage based solely on what is included in the coverage report. Therefore, if there are files you wish to keep from being included in the calculation, you should ensure they are not included in the coverage report.</p>
48704870
</li>
48714871
<li>
48724872
<p>External factors affecting the execution of tests.</p>
@@ -5338,7 +5338,7 @@ <h3>Share your feedback 📢</h3>
53385338
<div class="md-source-date">
53395339
<small>
53405340

5341-
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">August 16, 2023</span>
5341+
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 24, 2025</span>
53425342

53435343
</small>
53445344
</div>

0 commit comments

Comments
 (0)