-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed build workflow and push codecov reports
- Loading branch information
Showing
21 changed files
with
33 additions
and
355 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 |
---|---|---|
@@ -1,20 +1,24 @@ | ||
name: CI | ||
|
||
# Controls when the action will run. Triggers the workflow on push or pull request | ||
# events but only for the master branch | ||
|
||
on: | ||
push: | ||
branches: [ dev ] | ||
branches: | ||
- dev | ||
tags: | ||
- "v*-beta.*" | ||
- "v*-rc.*" | ||
pull_request: | ||
branches: [ dev ] | ||
branches: | ||
- dev | ||
|
||
env: | ||
MORYX_OPTIMIZE_CODE: "false" | ||
MORYX_BUILD_CONFIG: "Release" | ||
MORYX_BUILDNUMBER: ${{github.run_number}} | ||
MORYX_BRANCH: "dev" #TODO: ${{github.ref}} parse branch name | ||
MORYX_CODECOV_SECRET: ${{secrets.CODECOV_TOKEN}} | ||
MORYX_NUGET_APIKEY: ${{secrets.MYGET_TOKEN}} | ||
MORYX_PACKAGE_TARGET: "https://www.myget.org/F/moryx/api/v2/package" | ||
|
||
jobs: | ||
Build: | ||
|
@@ -51,15 +55,10 @@ jobs: | |
shell: pwsh | ||
run: ./Build.ps1 -IntegrationTests | ||
|
||
- name: Cover Report | ||
shell: pwsh | ||
run: ./Build.ps1 -CoverReport | ||
|
||
- name: Upload test results | ||
uses: actions/upload-artifact@v1 | ||
- name: Codecov | ||
uses: codecov/codecov-action@v1 | ||
with: | ||
name: test-results | ||
path: artifacts/Tests | ||
files: '*.OpenCover.xml' | ||
Publish: | ||
needs: [Test] | ||
if: (github.event_name == 'push') | ||
|
@@ -73,10 +72,6 @@ jobs: | |
- name: Setup NuGet.exe | ||
uses: NuGet/[email protected] | ||
|
||
- name: Set assembly versions | ||
shell: pwsh | ||
run: ./Build.ps1 -SetAssemblyVersion | ||
|
||
- name: Build | ||
shell: pwsh | ||
run: ./Build.ps1 -Build | ||
|
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 was deleted.
Oops, something went wrong.
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
19 changes: 0 additions & 19 deletions
19
src/Moryx.AbstractionLayer.UI/Moryx.AbstractionLayer.UI.nuspec
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.