-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test coverage as CI artifacts (#155)
* Simplify packages * Test Covefe * Somehow everything have a smaller size * Default to netcoreapp3.1 * Buildable Typography tests * Note * Ios buildable * Update Test.yml * Reference commit for bug report * Hopefully this works now * Increase Ios tolerance... * Coverage successful? * RIP Ios Tests * Fix local tests * RIP Ios Tests * Update Test.yml * Lock that object * Delete NuGet.config
- Loading branch information
1 parent
21dd9fe
commit b4cf331
Showing
360 changed files
with
189 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
16 changes: 2 additions & 14 deletions
16
CSharpMath.Editor.Tests.FSharp/CSharpMath.Editor.Tests.FSharp.fsproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<GenerateProgramFile>false</GenerateProgramFile> | ||
</PropertyGroup> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<ItemGroup> | ||
<PackageReference Include="xunit" Version="2.4.1" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" /> | ||
<ProjectReference Include="..\CSharpMath\CSharpMath.csproj" /> | ||
<ProjectReference Include="..\CSharpMath.Editor\CSharpMath.Editor.csproj" /> | ||
<ProjectReference Include="..\CSharpMath.Rendering\CSharpMath.Rendering.csproj" /> | ||
<Compile Include="RandomKeyboardInputsTest.fs" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
3 changes: 1 addition & 2 deletions
3
CSharpMath.Editor.Tests.Visualizer/CSharpMath.Editor.Tests.Visualizer.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<StartupObject>CSharpMath.Editor.Tests.Visualizer.Checker</StartupObject> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\CSharpMath.Editor\CSharpMath.Editor.csproj" /> | ||
<ProjectReference Include="..\CSharpMath.Editor.Tests\CSharpMath.Editor.Tests.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
Oops, something went wrong.