We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d319c commit 027530aCopy full SHA for 027530a
.github/workflows/gate.yml
@@ -20,9 +20,9 @@ jobs:
20
- name: Install dependencies
21
run: dotnet restore
22
- name: Build
23
- run: dotnet build --configuration Release --no-restore
+ run: dotnet build src --configuration Release --no-restore
24
- name: Test
25
- run: dotnet test --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
+ run: dotnet test src --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
26
- name: Publish coverage report to coveralls.io
27
uses: coverallsapp/github-action@master
28
with:
0 commit comments