Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbretty committed Sep 25, 2024
1 parent f7a2370 commit 56ac36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Run automated unit and integration tests
run: dotnet test PROFiLiX.Client/PROFiLiX.Common.Tests/PROFiLiX.Common.Tests.csproj /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
run: dotnet test /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
- name: Publish coverage report to coveralls.io
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
path-to-lcov: PROFiLiX.Client/PROFiLiX.Common.Tests/TestResults/coverage.info
path-to-lcov: PROFiLiX.Common.Tests/TestResults/coverage.info

0 comments on commit 56ac36c

Please sign in to comment.