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:
15
15
dotnet-version : ' 6.0.x'
16
16
include-prerelease : true
17
17
- 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
19
19
- name : Build solution
20
20
run : dotnet build
21
21
- 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/
23
23
- name : Publish coverage report to coveralls.io
24
24
uses : coverallsapp/github-action@master
25
25
with :
26
26
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
28
28
29
29
30
30
You can’t perform that action at this time.
0 commit comments