boostorg / url

Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs).
https://www.boost.org/doc/libs/master/libs/url/doc/html/index.html
Boost Software License 1.0
185 stars 49 forks source link

coverage badge shows the last pull request instead of the develop branch #469

Open vinniefalco opened 2 years ago

vinniefalco commented 2 years ago

image

alandefreitas commented 2 years ago

Mmmm... that's what I get from https://app.codecov.io/gh/CPPAlliance/url/settings/badge:

[![codecov](https://codecov.io/gh/CPPAlliance/url/branch/develop/graph/badge.svg?token=jUkdNr0eJi)](https://codecov.io/gh/CPPAlliance/url)

codecov

So there's nothing we can do here regarding the link.

Unfortunately, codecov associates whatever is in your fork's develop branch with CppAlliance's develop:

https://app.codecov.io/gh/CPPAlliance/url/commits

That never happens with any of my branches.

Maybe that's just the branch name? Where could that association be coming from?

alandefreitas commented 1 year ago

Are we moving from codecov with our own reports?

vinniefalco commented 1 year ago

Are we moving from codecov with our own reports?

Not yet, because our own reports look terrible