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

ocaml / dune / 23886
7%

Build:
DEFAULT BRANCH: main
Ran 22 Dec 2023 09:48AM UTC
Jobs 1
Files 486
Run time 29s
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

22 Dec 2023 09:37AM UTC coverage: 6.973% (-0.002%) from 6.975%
23886

push

github

web-flow
fix(pkg): Read the main branch correctly even if tags exist (#9549)

The issue was that `git remote show -n <handle>` will return tags as
branches, so if a repo has tags, it will fail to determine the default
branch.

`git remote show` is problematic in many ways (e.g. it localizes output,
thus already having lead to issues), so instead this code reads the
branch from the fetch refspec, which is locale-independent.

This does not fix the issue that submodules are not supported yet, but
it will determine the branch correctly on the way to determining
submodules.

Signed-off-by: Marek Kubica <marek@tarides.com>

1 of 18 new or added lines in 1 file covered. (5.56%)

1 existing line in 1 file now uncovered.

2819 of 40426 relevant lines covered (6.97%)

28176.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23886.1 22 Dec 2023 09:48AM UTC 0
6.97
GitHub Action Run
Source Files on build 23886
Detailed source file information is not available for this build.
  • Back to Repo
  • e9357170 on github
  • Prev Build on main (#23878)
  • Next Build on main (#23888)
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