• 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 auto_conversion
branch: auto_conversion
CHANGE BRANCH
x
Reset
Sync Branches
  • auto_conversion
  • 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
  • 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
  • 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

16 Aug 2023 04:20PM UTC coverage: 97.234% (+0.003%) from 97.231%
5881308140

push

github

jnyrup
Fix auto conversion to enums

`Enum.IsDefined` throws an `ArgumentException` if the value is of different
enum type or different underlying integral type.
`Enum.IsDefined` allows strings, but `Enum.ToObject` does _not_ and throws an
`ArgumentException`.

4036 of 4276 branches covered (94.39%)

Branch coverage included in aggregate %.

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

12908 of 13150 relevant lines covered (98.16%)

106180.19 hits per line

Relevant lines Covered
Build:
Build:
13150 RELEVANT LINES 12908 COVERED LINES
106180.19 HITS PER LINE
Source Files on auto_conversion
  • Tree
  • List 325
  • Changed 132
  • Source Changed 1
  • Coverage Changed 132
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
5881308140 auto_conversion Fix auto conversion to enums `Enum.IsDefined` throws an `ArgumentException` if the value is of different enum type or different underlying integral type. `Enum.IsDefined` allows strings, but `Enum.ToObject` does _not_ and throws an `ArgumentExcep... push 16 Aug 2023 04:32PM UTC jnyrup github
97.23
5881282509 auto_conversion Fix auto conversion to enums' push 16 Aug 2023 04:30PM UTC Jonas Nyrup github
97.23
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