• 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 jn/regex_fixups
branch: jn/regex_fixups
CHANGE BRANCH
x
Reset
Sync Branches
  • jn/regex_fixups
  • 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
  • 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
  • qodana_problems
  • 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

23 Feb 2025 06:18PM UTC coverage: 97.43%. First build
13486444999

push

github

jnyrup
Remove `|` from regex character classes

`|` means the literal `|` and not alternation.
I.e. `[a|b]` means "`a`, `|` or `b`".
On the other hand in groups `(a|b)` means "either `a` or `b`"

3785 of 4026 branches covered (94.01%)

Branch coverage included in aggregate %.

12325 of 12509 relevant lines covered (98.53%)

54462.38 hits per line

Relevant lines Covered
Build:
Build:
12509 RELEVANT LINES 12325 COVERED LINES
54462.38 HITS PER LINE
Source Files on jn/regex_fixups
  • Tree
  • List 313
  • Changed 0
  • Source Changed 0
  • 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
13486444999 jn/regex_fixups Remove `|` from regex character classes `|` means the literal `|` and not alternation. I.e. `[a|b]` means "`a`, `|` or `b`". On the other hand in groups `(a|b)` means "either `a` or `b`" push 23 Feb 2025 08:15PM UTC jnyrup github
97.43
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