File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ jobs:
1515 dotnet-version : ' 6.0.x'
1616 include-prerelease : true
1717 - name : Test source generator
18- run : dotnet test ./NetFabric.Hyperlinq.SourceGenerator. UnitTests/NetFabric.Hyperlinq.SourceGenerator .UnitTests.csproj
18+ run : dotnet test ./NetFabric.Hyperlinq.UnitTests/NetFabric.Hyperlinq.UnitTests.csproj
1919 - name : Build solution
2020 run : dotnet build
2121 - name : Tests and coverage
22- run : dotnet test ./NetFabric.Hyperlinq.UnitTests/NetFabric.Hyperlinq.UnitTests.csproj -f:net6.0 -p:CollectCoverage=true -p:CoverletOutputFormat=lcov -p:CoverletOutput=TestResults/
22+ run : dotnet test ./NetFabric.Hyperlinq.Core. UnitTests/NetFabric.Hyperlinq.Core .UnitTests.csproj -f:net6.0 -p:CollectCoverage=true -p:CoverletOutputFormat=lcov -p:CoverletOutput=TestResults/
2323 - name : Publish coverage report to coveralls.io
2424 uses : coverallsapp/github-action@master
2525 with :
2626 github-token : ${{ secrets.GITHUB_TOKEN }}
27- path-to-lcov : ./NetFabric.Hyperlinq.UnitTests/TestResults/coverage.net6.0.info
27+ path-to-lcov : ./NetFabric.Hyperlinq.Core. UnitTests/TestResults/coverage.net6.0.info
2828
2929
3030
You can’t perform that action at this time.
0 commit comments