-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency Rocket.Surgery.Nuke to 2.9.8 (#2456)
* Update dependency Rocket.Surgery.Nuke to 2.9.8 * Automatically linting code --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rocket Understudy <[email protected]>
- Loading branch information
1 parent
eab6689
commit c30ff60
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,7 +128,7 @@ jobs: | |
id: build | ||
run: | | ||
dotnet .build/bin/Debug/.build.dll --target DotnetCoreBuild Build | ||
- name: 🚦 Test | ||
- name: 💨 Test | ||
id: test | ||
run: | | ||
dotnet .build/bin/Debug/.build.dll --target DotnetCoreTest Test CollectCodeCoverage GenerateCodeCoverageReportCobertura GenerateCodeCoverageBadges GenerateCodeCoverageSummary GenerateCodeCoverageReport | ||
|
@@ -152,7 +152,7 @@ jobs: | |
with: | ||
name: 'test data' | ||
path: 'artifacts/test/' | ||
- name: 📫 Publish Test Results | ||
- name: 🚀 Publish Test Results | ||
if: always() | ||
uses: EnricoMi/publish-unit-test-result-action@v2 | ||
with: | ||
|
@@ -163,15 +163,15 @@ jobs: | |
with: | ||
name: 'coverage' | ||
path: 'coverage/' | ||
- name: 📫 Publish Coverage Comment | ||
- name: 🚀 Publish Coverage Comment | ||
if: always() && github.event_name == 'pull_request' | ||
continue-on-error: true | ||
uses: marocchino/sticky-pull-request-comment@v2 | ||
with: | ||
header: 'Coverage' | ||
path: 'coverage/summary/SummaryGithub.md' | ||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' | ||
- name: 📫 Publish Codecov Coverage | ||
- name: 🚀 Publish Codecov Coverage | ||
if: always() && (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]') | ||
continue-on-error: true | ||
uses: codecov/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters