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

dennisdoomen / mockly
84%
main: 85%

Build:
Build:
LAST BUILD BRANCH: dennisdoomen/response-headers
DEFAULT BRANCH: main
Repo Added 09 Dec 2025 06:19PM UTC
Token ImUVmuPwcYeKlGHLnzZ2TjFKJVunyHkuP regen
Build 274 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 1.6.0
branch: 1.6.0
CHANGE BRANCH
x
Reset
Sync Branches
  • 1.6.0
  • 1.1.0
  • 1.1.1
  • 1.2.0
  • 1.2.1
  • 1.3.0
  • 1.4.0
  • 1.4.1
  • 1.5.0
  • add-mockly-copilot-skill
  • claude/add-code-coverage-badge
  • copilot/add-get-message-handler
  • 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/generic-for-httpmethod
  • 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-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-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/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
  • refactor/add-extra-test

23 May 2026 11:36AM UTC coverage: 83.649%. Remained the same
26337101543

push

github

web-flow
Add Mockly Copilot skill and auto-copy to `.agents/skills` (#108)

* Add Mockly Copilot skill and auto-copy to .agents/skills

- Add SKILL.md with comprehensive documentation derived from unit tests
- Add Mockly.targets with CopyMocklySkill MSBuild target
- Update Mockly.csproj to bundle both files in the NuGet package

The skill is copied to .agents/skills/mockly/SKILL.md in the consuming
repo root on build (via buildTransitive/Mockly.targets), following the
same pattern as StructId. Opt-out with <MocklySkill>false</MocklySkill>.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Trim SKILL.md from 623 to 89 lines

Remove redundant sections and examples; keep one concise example per
feature. Reduces token cost when the skill is injected into AI context.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

206 of 311 branches covered (66.24%)

Branch coverage included in aggregate %.

899 of 1010 relevant lines covered (89.01%)

334.8 hits per line

Relevant lines Covered
Build:
Build:
1010 RELEVANT LINES 899 COVERED LINES
334.8 HITS PER LINE
Source Files on 1.6.0
  • Tree
  • List 13
  • 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
26337101543 1.6.0 Add Mockly Copilot skill and auto-copy to `.agents/skills` (#108) * Add Mockly Copilot skill and auto-copy to .agents/skills - Add SKILL.md with comprehensive documentation derived from unit tests - Add Mockly.targets with CopyMocklySkill MSBuil... push 23 May 2026 03:57PM UTC web-flow github
83.65
See All Builds (234)

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