File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ jobs:
1414 - uses : actions/checkout@v2
1515 with :
1616 fetch-depth : 100
17-
18- - name : Setup .NET 7
17+
18+ - name : Setup .NET 8
1919 uses : actions/setup-dotnet@v1
2020 with :
21- dotnet-version : 7 .x
21+ dotnet-version : 8 .x
2222
2323 - name : Install dependencies
2424 run : dotnet restore
2525
2626 - name : Build
2727 run : dotnet build --configuration Release --no-restore
28-
29- - name : Test on .NET 7
28+
29+ - name : Test
3030 run : dotnet test --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
3131
3232 - name : Publish coverage report to coveralls.io
@@ -44,14 +44,14 @@ jobs:
4444 flag-name : end-to-end
4545 parallel : true
4646 path-to-lcov : ./test/Futurum.WebApiEndpoint.Micro.EndToEndTests/TestResults/coverage.info
47-
47+
4848 finish :
4949 needs : build
5050 runs-on : ubuntu-latest
51-
51+
5252 steps :
5353 - name : Coveralls Finished
5454 uses : coverallsapp/github-action@master
5555 with :
5656 github-token : ${{ secrets.GITHUB_TOKEN }}
57- parallel-finished : true
57+ parallel-finished : true
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 with :
1515 fetch-depth : 100
1616
17- - name : Setup .NET 7
17+ - name : Setup .NET 8
1818 uses : actions/setup-dotnet@v1
1919 with :
20- dotnet-version : 7 .x
20+ dotnet-version : 8 .x
2121
2222 - name : Install dependencies
2323 run : dotnet restore
You can’t perform that action at this time.
0 commit comments