Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ccb2fb9

Browse files
authored
Merge pull request #48 from sir-gon/develop
[CONFIG] New exclusions about new generated HTML coverage report.
2 parents e49461d + d137faa commit ccb2fb9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

‎.snyk‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Snyk (<https://snyk.io>) policy file
2+
3+
---
4+
exclude:
5+
global:
6+
- html-coverage-report/**

‎algorithm-exercises-csharp-test/src/hackerrank/warmup/MiniMaxSum.Test.cs‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@ public void testMiniMaxSum()
2525
Assert.AreEqual(test.expected, result);
2626
}
2727
}
28+
29+
[TestMethod]
30+
public void testMiniMaxSumEmptyInput()
31+
{
32+
Assert.ThrowsException<ArgumentException>(() => MiniMaxSum.miniMaxSum([]));
33+
}
2834
}
2935

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /