• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jnyrup / fluentassertions
97%
main: 97%

Build:
Build:
LAST BUILD BRANCH: When_concurrently_getting_equality_strategy_it_should_not_throw
DEFAULT BRANCH: main
Repo Added 18 Feb 2022 03:50PM UTC
Token vwC5k4PIZNzBuqhjwyJ2GfKu9KGN6q84T regen
Build 622 Last
Files 340
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH qodana_problems
branch: qodana_problems
CHANGE BRANCH
x
Reset
Sync Branches
  • qodana_problems
  • 1827_dogfooding
  • AppendJoin
  • AssertionScopes
  • BumpMinSdk
  • Cleanup
  • CodeCoverage
  • ComparableTypeAssertions_referential_equality
  • ConfigurationManager_backport
  • ContainInOrder_Allocations
  • Contributing
  • DataCleanup
  • EnumAsssertionBe
  • Equatable_fix
  • EventRaiseDocs
  • FakeShould
  • FixNaNTest
  • Guard
  • Immutable_downgrade
  • ImproveNumericDifference
  • IsRecord
  • IsTuple
  • JoinContexts
  • MoveReleaseNotes
  • NaN_for_nullables
  • NonReadonlyMemberInGetHashCode
  • Nugets20220218
  • OperationCanceledException
  • PR_2023
  • PatternCombinators
  • PolySharp
  • ReferenceAssemblies
  • RegexInvariantCulture
  • Remove_UsingLineBreaks
  • SpacesPerIndentionLevel
  • StringSyntaxAttribute
  • Stryker
  • UIFact_serialize
  • UWP_build_fix
  • Verify
  • When_concurrently_getting_equality_strategy_it_should_not_throw
  • accept_license
  • allow_empty_coverage
  • allsatisfy
  • analyzers
  • analyzers_packages
  • auto_conversion
  • avoid_nre
  • backport_yaml
  • build_required_attribute
  • bump_reportgenerator
  • ci_on_linux_and_mac
  • cleanup
  • cleanup20231229
  • cleanups20220813
  • cleanups20220911
  • clenaup
  • configuration_manager_downgrade
  • coveralls_v2
  • csharp10
  • csharp11
  • csharp12
  • cspell
  • dataset_assertion_scope
  • date_docs
  • delegate_to_action
  • dependabot
  • dependabot/github_actions/JetBrains/qodana-action-2025.2
  • dependabot/github_actions/actions/checkout-4
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/download-artifact-5
  • dependabot/github_actions/actions/setup-dotnet-5
  • dependabot/npm_and_yarn/cspell-7.3.6
  • dependabot/npm_and_yarn/cspell-7.3.7
  • dependabot/npm_and_yarn/cspell-9.2.1
  • dependabot/npm_and_yarn/semver-6.3.1
  • dependabot/nuget/MSTest.TestAdapter-3.1.1
  • dependabot/nuget/Nuke.Common-7.0.6
  • dependabot/nuget/xunit.runner.visualstudio-2.5.1
  • dependabot_exclude_uwp
  • dependabot_fixup
  • dependabot_grouping
  • develop
  • develop2master
  • dictionary_equivalency_cleanup
  • docs
  • docs2
  • exception_cleanup
  • exception_docs
  • feature/jn/CoverageOfFakeShould
  • feature/jn/NullableDateOnlyAssertions_ctor_name
  • feature/jn/cleanups
  • fileScopedNamespaces
  • fix-canceled-task
  • fix_building_benchmarks
  • fix_release_notes
  • follow_up_3076
  • github_actions
  • ignore_immutable
  • init_properties
  • inline_paramless_ctors
  • issue2000_materializing_enumerable
  • issue2175
  • issue2213
  • issue2409
  • issue2704
  • issue3031
  • jn/TypeMemberReflector
  • jn/backport_configuration_manager
  • jn/cherrypick_test
  • jn/cleanup
  • jn/deps
  • jn/fewer_tasks
  • jn/quodana
  • jn/regex_fixups
  • json_docs
  • langword
  • less_linq
  • license
  • liquid_fix
  • lock_file
  • lockfile2
  • main
  • master
  • match_true
  • mstestv4
  • multiple_files
  • nameof
  • net10
  • net6
  • net7
  • net7_sdk
  • net8_analyzer
  • net8_analyzers
  • newlines
  • no_format_of_constant_Booleans
  • nre_in_compare
  • nuget
  • nuget20250809
  • nugets
  • nugets20220327
  • nugets20220414
  • nugets20220723
  • nugets20220911
  • nugets20221230
  • nugets_20230621
  • patch-2
  • patternMatching
  • perfomance20220527
  • plural_keys
  • qodana
  • qodana2
  • random_seed
  • regex_stuff
  • releaseNotes
  • release_notes
  • remove_bat
  • remove_bogus
  • remove_chill
  • remove_extra_should
  • remove_try_catch_from_tests
  • restore_datetime_docs
  • restore_string_syntax
  • revert-1807-JDG_ExcludingNonBrowsable
  • revert_locking
  • revert_personal_preference_for_early_returns
  • review_process
  • ruby_deps
  • ruby_gems
  • ruby_updates
  • stop_asserting_when_wrapped
  • stringComparison
  • string_extensions
  • string_sorting
  • stuff
  • styling
  • tcs
  • test_vacuous_truths
  • tests-for-execution-coverage
  • text_cleanups
  • theory_data
  • thread_safety_docs
  • throw-within
  • trim_benchmarks
  • unused_using
  • updates
  • upgrade_xunit
  • upmerge
  • upmerge_support7
  • using_inside_async
  • uwp_mstest
  • visual_basic
  • weekly_dependabot
  • xmarshal_develop
  • xml_fixups
  • xunit_code_coverage
  • yaml_backports

30 May 2025 03:45PM UTC coverage: 97.322%. Remained the same
15350506097

push

github

jnyrup
Remove default argument from string.Split

It's a leftover from 0a649cb00 that added polyfill for `string.Split(string separator, StringSplitOptions options = StringSplitOptions.None)`.
Before that commit we used the `string[] separator` overload which requires `StringSplitOptions`

3859 of 4110 branches covered (93.89%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

12459 of 12657 relevant lines covered (98.44%)

51745.86 hits per line

Relevant lines Covered
Build:
Build:
12657 RELEVANT LINES 12459 COVERED LINES
51745.86 HITS PER LINE
Source Files on qodana_problems
  • Tree
  • List 319
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
15350506097 qodana_problems Remove default argument from string.Split It's a leftover from 0a649cb00 that added polyfill for `string.Split(string separator, StringSplitOptions options = StringSplitOptions.None)`. Before that commit we used the... push 30 May 2025 03:55PM UTC jnyrup github
97.32
15349953068 qodana_problems Fix qodana warnings push 30 May 2025 03:24PM UTC jnyrup github
97.32
See All Builds (510)

Badge your Repo: fluentassertions

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc