Skip to content

Commit

Permalink
generated with codegen at box/box-codegen@82d284a and spec at box/box…
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Feb 22, 2024
1 parent f52d8be commit 0b4c589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
BOX_FILE_REQUEST_ID: ${{ secrets.BOX_FILE_REQUEST_ID }}
BOX_EXTERNAL_USER_EMAIL: ${{ secrets.BOX_EXTERNAL_USER_EMAIL }}
WORKFLOW_FOLDER_ID: ${{ secrets.WORKFLOW_FOLDER_ID }}
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
- name: Upload coverage report to Coveralls
uses: coverallsapp/github-action@v2
with:
Expand All @@ -45,5 +45,5 @@ jobs:
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./Box.Sdk.Gen.Tests.Integration/coverage.opencover.xml
path-to-lcov: ./Box.Sdk.Gen.Tests.Integration/coverage.info
parallel-finished: true

0 comments on commit 0b4c589

Please sign in to comment.