Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agabor committed May 21, 2022
1 parent ff30673 commit c2716cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
working-directory: ./BootGen.Test
- name: Test
run: dotnet test --no-restore --verbosity normal
working-directory: ./BootGenTest
working-directory: ./BootGen.Test
- name: Coveralls
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
working-directory: ./BootGenTest
working-directory: ./BootGen.Test
- name: Coveralls Upload
uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: BootGenTest/coverage.info
path-to-lcov: BootGen.Test/coverage.info

0 comments on commit c2716cc

Please sign in to comment.