Skip to content

Commit

Permalink
Minor: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-intellinet committed May 20, 2024
1 parent e66c34f commit 508170b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cover: build
build:
dotnet build

report:
cover-report:
dotnet reportgenerator "-reports:**/coverage.net6.0.opencover.xml" "-targetdir:Coverage"


Expand Down
5 changes: 2 additions & 3 deletions Test.AMT.Extensions.Linq/IntListRandomizerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
using FluentAssertions;
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Xunit;


namespace Test.AMT.Extensions.Linq
{
// TODO: include when doing code coverage
// [ExcludeFromCodeCoverage]

[ExcludeFromCodeCoverage]
public class IntListRandomizerTests : IClassFixture<IntListTestFixture>
{
IntListTestFixture _testData;
Expand Down

0 comments on commit 508170b

Please sign in to comment.