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

dennisdoomen / mockly
85%
main: 85%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/website/npm_and_yarn-8b8bad895a
DEFAULT BRANCH: main
Repo Added 09 Dec 2025 06:19PM UTC
Token ImUVmuPwcYeKlGHLnzZ2TjFKJVunyHkuP regen
Build 296 Last
Files 13
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 dennisdoomen/generic-for-httpmethod
branch: dennisdoomen/generic-for-httpmethod
CHANGE BRANCH
x
Reset
Sync Branches
  • dennisdoomen/generic-for-httpmethod
  • 1.1.0
  • 1.1.1
  • 1.2.0
  • 1.2.1
  • 1.3.0
  • 1.4.0
  • 1.4.1
  • 1.5.0
  • 1.6.0
  • 1.7.0
  • 1.7.1
  • add-mockly-copilot-skill
  • claude/add-code-coverage-badge
  • copilot/add-get-message-handler
  • copilot/add-gitignore-to-copied-skills
  • copilot/add-jsonserializeroptions-to-request-mock
  • copilot/add-respondswith-overload
  • copilot/add-response-builder-interfaces
  • copilot/add-withbody-to-requestmockbuilder
  • copilot/create-documentation-website
  • copilot/fix-haveallrequestscalled-mocks
  • copilot/improve-query-string-matching
  • copilot/modify-release-notes-config
  • copilot/rename-withbodyhavingpropertiesof
  • copilot/url-encode-path-query
  • dennisdoomen/add-responds-with-problem-details
  • dennisdoomen/async-responder-pipeline
  • dennisdoomen/expose-requestmock-invocation-state
  • dennisdoomen/file-stream-bytes-responders
  • dennisdoomen/generate-agents-md
  • dennisdoomen/import-from-curl
  • dennisdoomen/query-and-form-matchers
  • dennisdoomen/request-header-matching
  • dennisdoomen/response-headers
  • dennisdoomen/response-latency-after
  • dennisdoomen/sequenced-responses
  • dennisdoomen/simulated-network-failures
  • dependabot/github_actions/actions/download-artifact-7
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/github_actions/all-actions-4c7d03f22a
  • dependabot/github_actions/all-actions-903567a242
  • dependabot/github_actions/all-actions-d28f33e231
  • dependabot/github_actions/all-actions-d47ceab2ed
  • dependabot/npm_and_yarn/website/npm_and_yarn-14dc0ebc5a
  • dependabot/npm_and_yarn/website/npm_and_yarn-75c1c8acd9
  • dependabot/npm_and_yarn/website/npm_and_yarn-8b8bad895a
  • dependabot/npm_and_yarn/website/npm_and_yarn-8dab9e742b
  • dependabot/npm_and_yarn/website/npm_and_yarn-f1bf2b0a19
  • dependabot/nuget/FluentAssertions.Mockly.v7/FluentAssertions-7.2.0
  • dependabot/nuget/FluentAssertions.Mockly.v7/minor-dependencies-d699d54802
  • dependabot/nuget/Meziantou.Analyzer-2.0.260
  • dependabot/nuget/Meziantou.Analyzer-3.0.26
  • dependabot/nuget/Mockly.ApiVerificationTests/PublicApiGenerator-11.5.4
  • dependabot/nuget/Mockly.ApiVerificationTests/minor-dependencies-3952d84455
  • dependabot/nuget/Mockly.Specs/Microsoft.NET.Test.Sdk-18.0.1
  • dependabot/nuget/Mockly.Specs/coverlet.collector-10.0.0
  • dependabot/nuget/Mockly.Specs/coverlet.collector-8.0.1
  • dependabot/nuget/Mockly/Microsoft.Extensions.Http-10.0.1
  • dependabot/nuget/Mockly/minor-dependencies-e15c1a54b2
  • dependabot/nuget/minor-dependencies-267a51eb3a
  • dependabot/nuget/minor-dependencies-28a630dd8d
  • dependabot/nuget/minor-dependencies-39e05607a1
  • dependabot/nuget/minor-dependencies-4e283200eb
  • dependabot/nuget/minor-dependencies-4fb224bab7
  • dependabot/nuget/minor-dependencies-5c1d0bf5fd
  • dependabot/nuget/minor-dependencies-8529a7ed78
  • dependabot/nuget/minor-dependencies-87b761e57f
  • dependabot/nuget/minor-dependencies-a7ca77da64
  • dependabot/nuget/minor-dependencies-cf91ec6f07
  • dependabot/nuget/minor-dependencies-d1c57ed8d0
  • dependabot/nuget/minor-dependencies-df1285a49d
  • dependabot/nuget/minor-dependencies-e0c6eca900
  • dependabot/nuget/minor-dependencies-e89a7593ce
  • docs/improve-website-and-assertions
  • docs/mention-default-baseaddress
  • feature/55-improve-post-details
  • fix-coverage-reporting
  • fix-nulls-in-body-assertions
  • fix/52-with-body
  • fix/58-equivalency
  • fix/port-parsing
  • fix/throw-in-respond
  • improve-thread-safety
  • main
  • migrate-to-fallout-build
  • refactor/add-extra-test
  • update-dependencies-xunit3

30 May 2026 12:03PM UTC coverage: 85.272% (+1.3%) from 83.983%
26683337234

Pull #127

github

dennisdoomen
Add generic For(HttpMethod), ForHead, ForOptions (closes #119)

Extract shared Create(HttpMethod) helper that all ForXxx methods delegate to, removing the repeated previousBuilder copy-ctor/new logic. Add generic For(HttpMethod) and For(HttpMethod, urlPattern) entry points plus ForHead()/ForHead(url) and ForOptions()/ForOptions(url) convenience methods. Update API approval files and add specs covering the new verbs and url-pattern parsing branches.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Pull Request #127: Add generic For(HttpMethod), ForHead, ForOptions (closes #119)

224 of 325 branches covered (68.92%)

Branch coverage included in aggregate %.

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

934 of 1033 relevant lines covered (90.42%)

341.8 hits per line

Relevant lines Covered
Build:
Build:
1033 RELEVANT LINES 934 COVERED LINES
341.8 HITS PER LINE
Source Files on dennisdoomen/generic-for-httpmethod
  • Tree
  • List 13
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26683337234 dennisdoomen/generic-for-httpmethod Add generic For(HttpMethod), ForHead, ForOptions (closes #119) Extract shared Create(HttpMethod) helper that all ForXxx methods delegate to, removing the repeated previousBuilder copy-ctor/new logic. Add generic For(HttpMethod) and For(HttpMethod... Pull #127 30 May 2026 12:08PM UTC dennisdoomen github
85.27
26683322447 dennisdoomen/generic-for-httpmethod Merge e51eb109b into 0dc2607e4 Pull #127 30 May 2026 12:07PM UTC web-flow github
85.27
26683322150 dennisdoomen/generic-for-httpmethod Add generic For(HttpMethod), ForHead, ForOptions (closes #119) Extract shared Create(HttpMethod) helper that all ForXxx methods delegate to, removing the repeated previousBuilder copy-ctor/new logic. Add generic For(HttpMethod) and For(HttpMethod... push 30 May 2026 12:06PM UTC dennisdoomen github
85.27
26678351416 dennisdoomen/generic-for-httpmethod Add generic For(HttpMethod), ForHead, ForOptions (closes #119) Extract shared Create(HttpMethod) helper that all ForXxx methods delegate to, removing the repeated previousBuilder copy-ctor/new logic. Add generic For(HttpMethod) and For(HttpMethod... Pull #127 30 May 2026 07:48AM UTC dennisdoomen github
83.45
26678354831 dennisdoomen/generic-for-httpmethod Merge 6efd238f5 into 5239fa016 Pull #127 30 May 2026 07:46AM UTC web-flow github
83.45
See All Builds (256)

Badge your Repo: mockly

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