Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stryker #6

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Stryker #6

wants to merge 1 commit into from

Conversation

jnyrup
Copy link
Owner

@jnyrup jnyrup commented Apr 21, 2023

IMPORTANT

  • If the PR touches the public API, the changes have been approved in a separate issue with the "api-approved" label.
  • The code complies with the Coding Guidelines for C#.
  • The changes are covered by unit tests which follow the Arrange-Act-Assert syntax and the naming conventions such as is used in these tests.
  • If the PR adds a feature or fixes a bug, please update the release notes with a functional description that explains what the change means to consumers of this library, which are published on the website.
  • If the PR changes the public API the changes needs to be included by running AcceptApiChanges.ps1 or AcceptApiChanges.sh.
  • If the PR affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
    • Please also run ./build.sh --target spellcheck or .\build.ps1 --target spellcheck before pushing and check the good outcome

@coveralls
Copy link

coveralls commented Apr 21, 2023

Pull Request Test Coverage Report for Build 4771861520

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 209 unchanged lines in 76 files lost coverage.
  • Overall coverage decreased (-0.3%) to 96.934%

Files with Coverage Reduction New Missed Lines %
Src/FluentAssertions/AndWhichConstraint.cs 1 96.67%
Src/FluentAssertions/Collections/SubsequentOrderingGenericCollectionAssertions.cs 1 92.68%
Src/FluentAssertions/Common/DictionaryHelpers.cs 1 94.32%
Src/FluentAssertions/Common/EnumerableExtensions.cs 1 91.67%
Src/FluentAssertions/Equivalency/EquivalencyAssertionOptions.cs 1 95.24%
Src/FluentAssertions/Equivalency/Steps/DictionaryInterfaceInfo.cs 1 94.68%
Src/FluentAssertions/EventRaisingExtensions.cs 1 99.09%
Src/FluentAssertions/Execution/AssertionFailedException.cs 1 50.0%
Src/FluentAssertions/Execution/CollectingAssertionStrategy.cs 1 96.77%
Src/FluentAssertions/Execution/MessageBuilder.cs 1 93.0%
Totals Coverage Status
Change from base Build 4768322216: -0.3%
Covered Lines: 18546
Relevant Lines: 18991

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants