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

CrowCpp / Crow
87%

Build:
DEFAULT BRANCH: master
Repo Added 30 Nov 2020 08:09PM UTC
Files 33
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 1038-fix-compilation-error-on-fuzzers-asio-deprecated-related
  • 1042-bug-in-serialization-of-small-double
  • 1067-catchall_route-does-not-have-headers-and-middlewares-impl
  • 1107-websocket-assert-failure-and-extra-duplicate-on-multiple-responses
  • 1115-asiosystem32---happened-while-sending-buffers
  • 1125-get_header_value-performs-double-lookup-on-unordered_multimap
  • 1127-small-oob-read-in-qs_scanvalue-when-the-key-is-not-found
  • 1141-misses-locked-423-http-status
  • 885-there-are-no-exceptions-with-run_async
  • 929-task-timer-test-on-mac-os-variants-sporadically-failing
  • 939-feature-request-customize-options-return-code
  • 953-incorrect-move-of-wvalue-class
  • 965-adapt-github-action-ubuntu2404-will-get-ubuntu-latest
  • 972-codeql-ci-task-fails-due-to-missing-asio-lib
  • 994-a-test-fails-on-121-branch-fails-if-crow-version-has-not-6-chars
  • Update_gitignore
  • add_nsis_install_step
  • add_star_statistics_to_readme
  • alternative_to_uint16_t_cast
  • better_trie
  • blueprints
  • catch_all
  • coveralls_fix
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/github_actions/dawidd6/action-download-artifact-11
  • dependabot/github_actions/dawidd6/action-download-artifact-12
  • dependabot/github_actions/dawidd6/action-download-artifact-14
  • dependabot/github_actions/dawidd6/action-download-artifact-15
  • dependabot/github_actions/dawidd6/action-download-artifact-8
  • dependabot/github_actions/dawidd6/action-download-artifact-9
  • doc-fix
  • docs_upgrade
  • double_logging
  • feature-#189
  • feature/visual-studio-installation
  • fix-#195
  • fix-warnings-in-unittest
  • fix_conn_close
  • gh-actions-coveralls
  • gittiver-patch-1
  • json_constness
  • license_editing
  • logger_optimisation
  • main
  • master_merge_unix_socket
  • master_version
  • method_decorator
  • mustache_coveralls
  • newlogo
  • optimisation_on_OPTION_routing
  • optional_compression
  • patch-1
  • patch_static_folder
  • quality_of_life
  • refactor_substr_equals_by_find
  • release_script
  • remove_ubuntu_20_04_from_ci
  • revamped_setup
  • ssl_test
  • ssltest_fix_length_calculation
  • trim_for_string_view
  • unresolved-conversion-warning-fix
  • v1.2
  • v1.2.1
  • v1.2.1.merge
  • v1.3
  • version_fix

28 Feb 2026 10:57AM UTC coverage: 87.355% (+0.2%) from 87.184%
931

push

gh-actions

gittiver
Bump actions/upload-artifact from 6 to 7

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

4145 of 4745 relevant lines covered (87.36%)

152.82 hits per line

Relevant lines Covered
Build:
Build:
4745 RELEVANT LINES 4145 COVERED LINES
152.82 HITS PER LINE
Source Files on master
  • Tree
  • List 33
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
931 master Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload... push 28 Feb 2026 11:21AM UTC gittiver gh-actions
87.36
924 master Minor features to crow::json::wvalue (#1143) * add function "has(key):bool" to crow::json::wvalue * crow::json::wvalue : add functions operator cast to std::string push 22 Feb 2026 06:09PM UTC web-flow gh-actions
87.18
923 master Bump dawidd6/action-download-artifact from 14 to 15 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 14 to 15. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Co... push 22 Feb 2026 06:04PM UTC gittiver gh-actions
87.18
909 master added http status codes from RFC 2518 (WebDAV) push 11 Feb 2026 11:28PM UTC gittiver gh-actions
87.2
900 master Merge pull request #1136 from softcom-su/websockets-mutex Protect websockets_ by mutex push 03 Feb 2026 10:00PM UTC web-flow gh-actions
87.31
899 master Merge pull request #1139 from CrowCpp/dependabot/github_actions/dawidd6/action-download-artifact-14 Bump dawidd6/action-download-artifact from 12 to 14 push 03 Feb 2026 07:37PM UTC web-flow gh-actions
87.3
879 master updated external libs catch2 3.10->3.12, cmake-sbom 1.3.0 -> 1.4.0 push 12 Jan 2026 09:55AM UTC gittiver gh-actions
87.28
878 master Merge pull request #1132 from CrowCpp/1127-small-oob-read-in-qs_scanvalue-when-the-key-is-not-found fix for issue #1127 Small oob read in `qs_scanvalue` when the key is not found - increment qs only if '&' was found push 31 Dec 2025 09:39AM UTC web-flow gh-actions
87.28
876 master Merge pull request #1131 from CrowCpp/1125-get_header_value-performs-double-lookup-on-unordered_multimap removed double lookup on get_header_value() by map.count() and map.find() push 30 Dec 2025 11:47AM UTC web-flow gh-actions
87.37
874 master Bump dawidd6/action-download-artifact from 11 to 12 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 11 to 12. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Co... push 27 Dec 2025 09:19PM UTC gittiver gh-actions
87.3
See All Builds (1052)
  • 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