Skip to content

Commit 2a69fb8

Browse files
committed
feat: update IUnitTest interface documentation
- Change the summary to reflect that the IUnitTest component defines a single UnitTests target that runs unit tests
1 parent f18565a commit 2a69fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Candoumbe.Pipelines/Components/IUnitTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Candoumbe.Pipelines.Components;
1313

1414
/// <summary>
15-
/// Marks a pipeline that can run unit tests
15+
/// The <see cref="IUnitTest"/> component defines a single <see cref="UnitTests"/> target runs unit tests
1616
/// </summary>
1717
public interface IUnitTest : ICompile, IHaveTests, IHaveCoverage
1818
{

0 commit comments

Comments
 (0)