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

dennisdoomen / mockly
84%

Build:
DEFAULT BRANCH: main
Repo Added 09 Dec 2025 06:19PM UTC
Token ImUVmuPwcYeKlGHLnzZ2TjFKJVunyHkuP regen
Build 205 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 main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • 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
  • add-mockly-copilot-skill
  • 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
  • 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
  • refactor/add-extra-test

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

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 main
  • 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
26331637844 main 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 11:42AM UTC web-flow github
83.65
26143646944 main Bump Meziantou.Analyzer and Microsoft.NET.Test.Sdk Bumps Meziantou.Analyzer from 3.0.54 to 3.0.89 Bumps Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1 --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-version: 3.0.89 d... push 20 May 2026 05:41AM UTC dennisdoomen github
83.65
25055065914 main Bump the minor-dependencies group with 1 update (#102) push 28 Apr 2026 01:20PM UTC web-flow github
83.65
24709359011 main Bump actions/upload-pages-artifact from 4 to 5 in the all-actions group (#98) Bumps the all-actions group with 1 update: [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact). Updates `actions/upload-pages-artifact` ... push 21 Apr 2026 07:21AM UTC web-flow github
83.65
24709346527 main Bump coverlet.collector from 8.0.1 to 10.0.0 (#100) --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: d... push 21 Apr 2026 07:21AM UTC web-flow github
83.65
24709251272 main Bump the minor-dependencies group with 2 updates (#99) Bumps Meziantou.Analyzer from 3.0.47 to 3.0.50 Bumps Microsoft.Extensions.Http from 9.0.14 to 9.0.15 --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-version: 3.0... push 21 Apr 2026 07:18AM UTC web-flow github
83.65
24326703845 main Bump the minor-dependencies group with 2 updates (#95) push 13 Apr 2026 05:12AM UTC web-flow github
83.65
24232831128 main Add `GetMessageHandler()` to `HttpMock` (#94) * Add GetMessageHandler() to HttpMock and update docs Agent-Logs-Url: https://github.com/dennisdoomen/mockly/sessions/fcb676b8-3631-4914-b34c-a17512d79051 Co-authored-by: dennisdoomen <572734+dennis... push 10 Apr 2026 08:01AM UTC web-flow github
83.65
24032133888 main Bump the minor-dependencies group with 1 update Bumps Meziantou.Analyzer from 3.0.29 to 3.0.44 --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-version: 3.0.44 dependency-type: direct:production update-type: versi... push 06 Apr 2026 12:43PM UTC dennisdoomen github
83.61
23834824328 main Exclude Dependabot PRs from release notes Agent-Logs-Url: https://github.com/dennisdoomen/mockly/sessions/3b0613e6-f37c-4771-8caa-aedf1a369c94 Co-authored-by: dennisdoomen <572734+dennisdoomen@users.noreply.github.com> push 01 Apr 2026 06:23AM UTC dennisdoomen github
83.61
See All Builds (177)

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