Skip to content

Commit

Permalink
Continuous Integration Publish: 65a4f51
Browse files Browse the repository at this point in the history
Merge pull request #1002 from AdmiringWorm/codecov-update

(#1001) Remove tokenless support for Codecov
  • Loading branch information
web-flow authored Aug 1, 2024
1 parent aebc67c commit 9da8e25
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
7 changes: 2 additions & 5 deletions docs/fundamentals/environment-variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,17 +296,14 @@ <h2 id="codecov">Codecov</h2>
</div>
</div>
<h3 id="codecov_repo_token">CODECOV_REPO_TOKEN</h3>
<p>API token for uploading coverage reports to codecov.io.</p>
<div class="alert alert-info"><p><strong>NOTE:</strong></p>
<p>This token is entirely optional for public repositories building on AppVeyor, and is recommended to only be used on private repositories*</p>
</div>
<p>API token for uploading coverage reports to <a href="https://about.codecov.io/">Codecov</a>.</p>
<h2 id="coveralls">Coveralls</h2>
<p>During the build process, Cake.Recipe can publish Unit Test coverage reports to Coveralls.</p>
<div class="alert alert-info"><p><strong>NOTE:</strong></p>
<p>In addition to this environment variable being present, and correct, the control variable <a href="./set-parameters#shouldRunCoveralls">shouldRunCoveralls</a> also needs to be set to true. The default value for this parameter is true.</p>
</div>
<h3 id="coveralls_repo_token">COVERALLS_REPO_TOKEN</h3>
<p>API token for uploading coverage reports to codecov.io.</p>
<p>API token for uploading coverage reports to <a href="https://coveralls.io/">Coveralls</a>.</p>
<h2 id="transifex">Transifex</h2>
<p>As part of the execution of Cake.Recipe, it is possible to download localization files from the Transifex service, and publish them along with your application.</p>
<div class="alert alert-info"><p><strong>NOTE:</strong></p>
Expand Down
6 changes: 6 additions & 0 deletions docs/upgrading/3.x-to-4.x.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@ <h3 id="switch-to-using-cake-2.3.0">Switch to using Cake 2.3.0</h3>
<h3 id="ensure-correct-cake.issues.recipe-usage">Ensure correct Cake.Issues.Recipe usage</h3>
<p>In this release of Cake.Recipe we have upgraded to 2.0.0 of Cake.Issues.Recipe. If in your build scripts you have extended the built in usage of Cake.Issues.Recipe you may need to check the release notes to confirm if there are any additional changes that need to be made.</p>
<p><a href="https://cakeissues.net/news/cake-issues-v2.0.0-released">Check out the blog post here for additional information</a>.</p>
<h3 id="codecov-coverage-uploads">Codecov Coverage Uploads</h3>
<p>In this release of Cake.Recipe we have updated the support for Codecov to now
require a token to be specified. If in your build scripts you have Codecov
enabled by default, you will see this task being skipped if you have not already
specified a token.</p>
<p><a href="https://docs.codecov.com/docs/adding-the-codecov-token">Check out Codecov documentation for adding a token</a></p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion feed.atom
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<title>Cake.Recipe</title>
<link rel="self" href="http://cake-contrib.github.io/Cake.Recipe" />
<rights>2024</rights>
<updated>2024-08-01T16:32:20Z</updated>
<updated>2024-08-01T20:27:29Z</updated>
</feed>
4 changes: 2 additions & 2 deletions feed.rss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link>http://cake-contrib.github.io/Cake.Recipe</link>
<description />
<copyright>2024</copyright>
<pubDate>Thu, 01 Aug 2024 16:32:20 GMT</pubDate>
<lastBuildDate>Thu, 01 Aug 2024 16:32:20 GMT</lastBuildDate>
<pubDate>Thu, 01 Aug 2024 20:27:29 GMT</pubDate>
<lastBuildDate>Thu, 01 Aug 2024 20:27:29 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit 9da8e25

Please sign in to comment.