Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
* origin/dev:
  upgrade to coverlet-action 1.3.0
  Bump coverlet.msbuild from 6.0.0 to 6.0.1
  Bump xunit from 2.6.6 to 2.7.0
  Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7
  Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0
  Update dotnetcore.yml
  Update dotnetcore.yml
  Bump xunit from 2.6.5 to 2.6.6
  Bump NFluent from 3.0.2.500 to 3.0.3
  Update README.md
  • Loading branch information
b3b00 committed Mar 1, 2024
2 parents 7ef94dc + 45c58d1 commit 74767ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Test with dotnet
uses: b3b00/coverlet-action@1.2.8
uses: b3b00/coverlet-action@1.3.0
id: 'coverlet'
if: env.RUN_TESTS
with:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
[![NuGet](https://img.shields.io/nuget/v/sly.svg?kill_cache=1)](https://www.nuget.org/packages/sly)


[![Qodana](https://github.com/b3b00/csly/actions/workflows/qodana.yml/badge.svg?branch=dev)](https://github.com/b3b00/csly/actions/workflows/qodana.yml)

Csly is inspired by the Python lex yacc library ([PLY](http://www.dabeaz.com/ply/)) and aims
to simplify generating lexer/parsers in C#.

Expand Down
10 changes: 5 additions & 5 deletions tests/ParserTests/ParserTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NFluent" Version="3.0.2.500" />
<PackageReference Include="xunit" Version="2.6.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NFluent" Version="3.0.3" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<PackageReference Include="coverlet.msbuild" Version="6.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 74767ca

Please sign in to comment.