Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldaviva committed Aug 25, 2024
1 parent 62a0086 commit fb3a189
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ jobs:
- name: Upload test report
run: testspace Tests/TestResults/TestResults.xml

- name: Upload coverage
uses: coverallsapp/github-action@master
- name: Upload coverage report
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: Tests/TestResults/coverage.info
file: Tests/TestResults/coverage.info
format: lcov

- name: Stop if tests failed
run: exit $env:TEST_EXIT_CODE
Expand Down
4 changes: 2 additions & 2 deletions SousVide/SousVide.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="InTheHand.BluetoothLE" Version="4.0.36" />
<PackageReference Include="InTheHand.BluetoothLE" Version="4.0.37" />
<PackageReference Include="KoKo" Version="2.3.0-beta1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="UnitsNet" Version="5.56.0" />
<PackageReference Include="UnitsNet" Version="5.57.0" />
</ItemGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true' or '$(Configuration)' == 'Release'">
Expand Down

0 comments on commit fb3a189

Please sign in to comment.