• 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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 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
  • 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-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
  • 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

31 Dec 2025 09:16AM UTC coverage: 87.283% (-0.09%) from 87.368%
878

push

gh-actions

web-flow
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

4132 of 4734 relevant lines covered (87.28%)

132.42 hits per line

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

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
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
877 1127-small-oob-read-in-qs_scanvalue-when-the-key-is-not-found Merge 2e0f2038d into 7e41d9f52 Pull #1132 30 Dec 2025 01:54PM UTC web-flow gh-actions
87.3
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
875 1125-get_header_value-performs-double-lookup-on-unordered_multimap Merge 5b8c0a1f1 into 2709cb04c Pull #1131 29 Dec 2025 07:43PM UTC web-flow gh-actions
87.28
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
873 dependabot/github_actions/dawidd6/action-download-artifact-12 Merge 916acc77f into 80ba18cdc Pull #1130 25 Dec 2025 01:31PM UTC web-flow gh-actions
87.24
872 master Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload... push 15 Dec 2025 05:50PM UTC gittiver gh-actions
87.34
871 dependabot/github_actions/actions/upload-artifact-6 Merge 78a794289 into b3ed7b174 Pull #1123 15 Dec 2025 01:34PM UTC web-flow gh-actions
87.37
870 master added protection against empty get_found_bp result. push 09 Dec 2025 10:03PM UTC gittiver gh-actions
87.3
868 alternative_to_uint16_t_cast Merge d691f1322 into 1aa3fbb4a Pull #1117 07 Dec 2025 06:01PM UTC web-flow gh-actions
87.28
See All Builds (1042)
  • 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