Skip to content

Commit 8e8db88

Browse files
committed
rollback
1 parent 0ed88aa commit 8e8db88

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
3.1.x
1919
5.0.x
2020
6.0.x
21+
7.0.x
2122
- name: Install dependencies
2223
run: dotnet restore Mediator.Net.sln
2324
- name: Build
@@ -30,4 +31,8 @@ jobs:
3031
dotnet test "src\Mediator.Net.SimpleInjector.Test\Mediator.Net.SimpleInjector.Test.csproj" -c Release --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage
3132
dotnet test "src\Mediator.Net.MicrosoftDependencyInjection.Test\Mediator.Net.MicrosoftDependencyInjection.Test.csproj" -c Release --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage
3233
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

0 commit comments

Comments
 (0)