File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 18
18
3.1.x
19
19
5.0.x
20
20
6.0.x
21
+ 7.0.x
21
22
- name : Install dependencies
22
23
run : dotnet restore Mediator.Net.sln
23
24
- name : Build
30
31
dotnet test "src\Mediator.Net.SimpleInjector.Test\Mediator.Net.SimpleInjector.Test.csproj" -c Release --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage
31
32
dotnet test "src\Mediator.Net.MicrosoftDependencyInjection.Test\Mediator.Net.MicrosoftDependencyInjection.Test.csproj" -c Release --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage
32
33
dotnet test "src\Mediator.Net.WebApiSample.Test\Mediator.Net.WebApiSample.Test.csproj" -c Release --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage
33
-
34
+ - name : Upload coverage to Codecov
35
+ uses : codecov/codecov-action@v2
36
+ with :
37
+ directory : ./coverage/
38
+ verbose : true
You can’t perform that action at this time.
0 commit comments