• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Info updated!

dart-lang / tools
94%

Build:
DEFAULT BRANCH: main
Repo Added 23 Mar 2023 08:48PM UTC
Token WBXQZxc83fDYV6wbbPORWqij8zVKSpSZe regen
Build 744 Last
Files 10
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: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • add_issues_links
  • badges
  • ci_cleanup
  • cleanup_silly
  • cli-config-coverage
  • cli-config-dev
  • cli_config-sync
  • cli_config_docs
  • cov_corner_case
  • cov_filter_ignored
  • cov_iso_hang
  • cov_pub
  • cov_rpc_error
  • cov_workspaces
  • cov_yaml
  • coverage-flags-yaml
  • coverage_update_mocks
  • covpubprep
  • dependabot/github_actions/actions/checkout-3.5.0
  • dependabot/github_actions/actions/checkout-3.5.2
  • dependabot/github_actions/actions/checkout-3.5.3
  • dependabot/github_actions/actions/checkout-3.6.0
  • dependabot/github_actions/actions/checkout-4.1.0
  • dependabot/github_actions/actions/checkout-4.1.1
  • dependabot/github_actions/actions/checkout-4.1.2
  • dependabot/github_actions/actions/checkout-4.1.4
  • dependabot/github_actions/coverallsapp/github-action-2.0.0
  • dependabot/github_actions/coverallsapp/github-action-2.1.2
  • dependabot/github_actions/coverallsapp/github-action-2.2.0
  • dependabot/github_actions/coverallsapp/github-action-2.2.1
  • dependabot/github_actions/coverallsapp/github-action-2.2.3
  • dependabot/github_actions/dart-lang/setup-dart-1.6.0
  • dependabot/github_actions/dart-lang/setup-dart-1.6.2
  • dependabot/github_actions/dart-lang/setup-dart-1.6.4
  • dependabot/github_actions/github-actions-130e275bbf
  • dependabot/github_actions/github-actions-4bbd769b2c
  • dependabot/github_actions/github-actions-5cd08569fb
  • dependabot/github_actions/github-actions-6a5076a08d
  • dependabot/github_actions/github-actions-821e67d316
  • dependabot/github_actions/github-actions-9c54b75f35
  • dependabot/github_actions/github-actions-aa3137d618
  • dependabot/github_actions/github-actions-ad14d08c93
  • dependabot/github_actions/github-actions-ceddc1e310
  • dependabot/github_actions/github-actions-e6ee9d7de3
  • dependabot/github_actions/github-actions-edf2abb101
  • dependabot/github_actions/github-actions-fa0ebbeeaa
  • dependabot/github_actions/github-actions-fae3105be2
  • dependabot/github_actions/github-actions-fc897e6b79
  • deploy_markdown_playground
  • dropped_collections
  • feat/language-version-package
  • feat/preserve-fenced-code-block-metadata
  • feature/fail_under
  • fix-line-ending-bug
  • fix-perform-edit
  • fix-windows
  • fix520
  • fix685
  • fix_analysis
  • fix_deploy_markdown
  • fix_lints
  • fix_markdown
  • fix_single_element_map
  • have-ci-checks-run-for-all-PR-branches
  • improve-link-handling
  • issue_links
  • kevmoo-patch-1
  • license_headers
  • lint_cleanup
  • main
  • markdown
  • markdown/fenced-code-block-indent-handling
  • markdown_example_cleanup
  • markdown_fix_crash_test
  • markdown_fix_doc_commetns
  • markdown_silly
  • md-html-multiline-comment
  • merge-coverage-package
  • merge-markdown-package
  • merge-yaml_edit-package
  • more_cleanup
  • non-string-map-keys
  • normalize_workflows
  • optional-string-valid-values
  • patch-exception-on-616
  • patch-tests-for-588-2
  • remove-pub-run
  • remove_options_dups
  • resolve-paths-windows
  • revert-2295-revert-2340a3a
  • revert-2340a3a
  • setup_dart
  • sortReadme
  • string-list
  • update_example
  • update_markdown_example_html
  • update_pkg_cli_config
  • v0.1.0
  • validate_setup_dart
  • vm_service_15
  • yaml_edit-crash-test
  • yaml_edit_2.2.4

23 Apr 2026 10:06PM UTC coverage: 93.927% (-1.6%) from 95.537%
24944727881

push

github

web-flow
Prefer raw strings when possible (#2385)

In #2357 we added more complex escaping to allow creating safe string
literals even when they may include single quote characters. The new
implementation didn't prefer raw strings by default so use existing uses
changed behavior and some tests which hardcode expected generated output
a non-behavior impacting diff appears.

Prefer to use actual prefixed raw strings when there are no single
quotes. Existing callers passing strings allowed by the old
implementation will not be impacted by the change. In the next steps of
the migration calling sites will only see a behavior difference as they
change their arguments. In the end all tests will be migrated to the
code path which doesn't prefer raw prefixed strings, but the incremental
changes will only impact tests when library code is changing.

696 of 741 relevant lines covered (93.93%)

4.08 hits per line

Relevant lines Covered
Build:
Build:
741 RELEVANT LINES 696 COVERED LINES
4.08 HITS PER LINE
Source Files on main
  • Tree
  • List 10
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24944727881 main Prefer raw strings when possible (#2385) In #2357 we added more complex escaping to allow creating safe string literals even when they may include single quote characters. The new implementation didn't prefer raw strings by default so use existin... push 26 Apr 2026 01:12AM UTC web-flow github
93.93
24944333013 main Prefer raw strings when possible (#2385) In #2357 we added more complex escaping to allow creating safe string literals even when they may include single quote characters. The new implementation didn't prefer raw strings by default so use existin... push 26 Apr 2026 12:35AM UTC web-flow github
95.54
24944168955 main Prefer raw strings when possible (#2385) In #2357 we added more complex escaping to allow creating safe string literals even when they may include single quote characters. The new implementation didn't prefer raw strings by default so use existin... push 26 Apr 2026 12:24AM UTC web-flow github
96.63
24944092055 main Prefer raw strings when possible (#2385) In #2357 we added more complex escaping to allow creating safe string literals even when they may include single quote characters. The new implementation didn't prefer raw strings by default so use existin... push 26 Apr 2026 12:19AM UTC web-flow github
100.0
24617651271 main Add IDE, plugin info (#2379) push 19 Apr 2026 01:10AM UTC web-flow github
93.93
24617289705 main Add IDE, plugin info (#2379) push 19 Apr 2026 12:33AM UTC web-flow github
95.54
24617138674 main Add IDE, plugin info (#2379) push 19 Apr 2026 12:23AM UTC web-flow github
96.63
24617066935 main Add IDE, plugin info (#2379) push 19 Apr 2026 12:17AM UTC web-flow github
100.0
24561023841 main Improve link handling (#2378) push 17 Apr 2026 10:43AM UTC web-flow github
95.54
24512726415 improve-link-handling Merge ce11b0ffe into 123bc1f1d Pull #2378 16 Apr 2026 01:25PM UTC web-flow github
95.54
See All Builds (720)

Badge your Repo: tools

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