Skip to content

Commit

Permalink
Unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
udaydefra committed Nov 22, 2024
1 parent 2ee0cb7 commit 7052c48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace EPR.Calculator.Service.Common.UnitTests.AzureSynapse
using Moq;
using Moq.Protected;

[ExcludeFromCodeCoverage]
[TestClass]
/// <summary>
/// Unit tests for the <see cref="AzureSynapseRunner"/> class.
/// </summary>
Expand Down
1 change: 0 additions & 1 deletion src/EPR.Calculator.Service.Function/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

namespace EPR.Calculator.Service.Function
{
[ExcludeFromCodeCoverage]
public class Startup : FunctionsStartup
{
public override void Configure(IFunctionsHostBuilder builder)
Expand Down

0 comments on commit 7052c48

Please sign in to comment.