File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,24 @@ jobs:
17
17
- name : Clone
18
18
uses : actions/checkout@v3
19
19
20
+ - name : Initialize test reporting
21
+ uses : testspace-com/setup-testspace@v1
22
+ with :
23
+ domain : ${{github.repository_owner}}
24
+
20
25
- name : Restore
21
- run : dotnet restore
26
+ run : dotnet restore --verbosity normal
22
27
23
28
- name : Build
24
- run : dotnet build --no-restore --configuration Release
29
+ run : dotnet build --no-restore --configuration Release --verbosity normal
25
30
26
31
- name : Test
27
32
run : |
28
33
dotnet test --no-build --verbosity normal --configuration Release --collect:"XPlat Code Coverage" --settings Test/coverlet.runsettings --logger "trx;LogFileName=TestResults.xml"
29
34
mv Test/TestResults/*/coverage.info Test/TestResults
30
35
31
36
- name : Pack
32
- run : dotnet pack ${{ env.ProjectName }} --no-build --configuration Release
37
+ run : dotnet pack ${{ env.ProjectName }} --no-build --configuration Release --verbosity normal
33
38
34
39
- name : Upload package
35
40
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 1
1
Kasa
2
2
===
3
3
4
- [ ![ Nuget] ( https://img.shields.io/nuget/v/Kasa?logo=nuget )] ( https://www.nuget.org/packages/Kasa/ ) [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/Aldaviva/Kasa/.NET?logo=github )] ( https://github.com/Aldaviva/Kasa/actions/workflows/dotnetpackage.yml ) [ ![ Coveralls] ( https://img.shields.io/coveralls/github/Aldaviva/Kasa?logo=coveralls )] ( https://coveralls.io/github/Aldaviva/Kasa?branch=master )
4
+ [](https://www.nuget.org/packages/Kasa/) [](https://github.com/Aldaviva/Kasa/actions/workflows/dotnetpackage.yml) [](https://aldaviva.testspace.com/spaces/191996) [](https://coveralls.io/github/Aldaviva/Kasa?branch=master)
5
5
6
6
* Control TP-Link Kasa smart outlets/plugs*
7
7
You can’t perform that action at this time.
0 commit comments