Skip to content

Commit

Permalink
Merge 301e181 into 66502f7
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Sep 8, 2022
2 parents 66502f7 + 301e181 commit 8ee7203
Show file tree
Hide file tree
Showing 33 changed files with 4,758 additions and 789 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
testProject: ${{env.TESTS_PROJECT}}
output: 'lcov.info'
threshold: 50
threshold: 30
outputFormat: 'lcov'
excludes: '[ConsoleTests]*'
- name: coveralls
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
**/Bin/*
**/obj/*
**/Obj/*
**/*.user
**/lcov.info
10 changes: 10 additions & 0 deletions DictionaryGenerator/DictionaryGenerator.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
Loading

0 comments on commit 8ee7203

Please sign in to comment.