Skip to content

Commit 23632b9

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 1436599 + b041d61 commit 23632b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build
3030
run: dotnet build ManagedCode.TimeSeries.slnx --configuration Release --no-restore
3131
- name: Test and collect code coverage
32-
run: dotnet test ManagedCode.TimeSeries.Tests/ManagedCode.TimeSeries.Tests.csproj --configuration Release --no-build -p:CollectCoverage=true -p:CoverletOutputFormat=lcov -p:CoverletOutput=ManagedCode.TimeSeries.Tests/
32+
run: dotnet test ManagedCode.TimeSeries.Tests/ManagedCode.TimeSeries.Tests.csproj --configuration Release --no-build -p:CollectCoverage=true -p:CoverletOutputFormat=lcov -p:CoverletOutput=./
3333
- name: coveralls
3434
uses: coverallsapp/github-action@master
3535
with:

0 commit comments

Comments
 (0)