We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18565a commit 2a69fb8Copy full SHA for 2a69fb8
src/Candoumbe.Pipelines/Components/IUnitTest.cs
@@ -12,7 +12,7 @@
12
namespace Candoumbe.Pipelines.Components;
13
14
/// <summary>
15
-/// Marks a pipeline that can run unit tests
+/// The <see cref="IUnitTest"/> component defines a single <see cref="UnitTests"/> target runs unit tests
16
/// </summary>
17
public interface IUnitTest : ICompile, IHaveTests, IHaveCoverage
18
{
0 commit comments