Skip to content

Add badges and logo to README#183

Merged
Flix6x merged 13 commits intomainfrom
copilot/add-badges-to-readme
Feb 24, 2026
Merged

Add badges and logo to README#183
Flix6x merged 13 commits intomainfrom
copilot/add-badges-to-readme

Conversation

Copy link
Contributor

Copilot AI commented Feb 24, 2026

Replaces the placeholder badge comment block in README.rst with real, adapted badges for the flexmeasures-client repo.

Badges added

  • Logo — light/dark mode via HTML <picture>/<source> (RST doesn't support #gh-light-mode-only fragments)
  • LicenseFlexMeasures/flexmeasures-client
  • CIci.yml workflow badge
  • PyPI versionflexmeasures-client package (updated from flexmeasures)
  • Python3.9+ (bumped from 3.8+ used in the main FlexMeasures repo)
  • Code style: black — unchanged
  • CoverageFlexMeasures/flexmeasures-client on Coveralls

Required configuration

  • Coveralls: Connect the repo at coveralls.io and configure CI to upload coverage reports for the badge to show data.
Original prompt

This section details on the original issue you should resolve

<issue_title>Readme: Add badges to the readme</issue_title>
<issue_description></issue_description>

<agent_instructions>Here are the badges copied from the FlexMeasures repo we are interested in:

![FlexMeasures Logo Light](https://github.com/FlexMeasures/screenshots/blob/main/logo/flexmeasures-horizontal-color.svg#gh-light-mode-only)
![FlexMeasures Logo Dark](https://github.com/FlexMeasures/screenshots/blob/main/logo/flexmeasures-horizontal-dark.svg#gh-dark-mode-only)

[![License](https://img.shields.io/github/license/seitabv/flexmeasures?color=blue)](https://github.com/FlexMeasures/flexmeasures/blob/main/LICENSE)
![lint-and-test](https://github.com/FlexMeasures/flexmeasures/actions/workflows/lint-and-test.yml/badge.svg)
[![Pypi Version](https://img.shields.io/pypi/v/flexmeasures.svg)](https://pypi.python.org/pypi/flexmeasures)
[![](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Documentation Status](https://readthedocs.org/projects/flexmeasures/badge/?version=latest)](https://flexmeasures.readthedocs.io/en/latest/?badge=latest)
[![Coverage](https://coveralls.io/repos/github/FlexMeasures/flexmeasures/badge.svg?kill_cache=1)](https://coveralls.io/github/FlexMeasures/flexmeasures)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6095/badge)](https://bestpractices.coreinfrastructure.org/projects/6095)

Please adapt them for the flexmeasures-client repo where needed, and inform me with a comment on any configuration actions potentially needed from my side.</agent_instructions>

Comments on the Issue (you are @copilot in this section)

@Flix6x @copilot Go!

Here are the badges copied from the FlexMeasures repo we are interested in:

![FlexMeasures Logo Light](https://github.com/FlexMeasures/screenshots/blob/main/logo/flexmeasures-horizontal-color.svg#gh-light-mode-only)
![FlexMeasures Logo Dark](https://github.com/FlexMeasures/screenshots/blob/main/logo/flexmeasures-horizontal-dark.svg#gh-dark-mode-only)

[![License](https://img.shields.io/github/license/seitabv/flexmeasures?color=blue)](https://github.com/FlexMeasures/flexmeasures/blob/main/LICENSE)
![lint-and-test](https://github.com/FlexMeasures/flexmeasures/actions/workflows/lint-and-test.yml/badge.svg)
[![Pypi Version](https://img.shields.io/pypi/v/flexmeasures.svg)](https://pypi.python.org/pypi/flexmeasures)
[![](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Documentation Status](https://readthedocs.org/projects/flexmeasures/badge/?version=latest)](https://flexmeasures.readthedocs.io/en/latest/?badge=latest)
[![Coverage](https://coveralls.io/repos/github/FlexMeasures/flexmeasures/badge.svg?kill_cache=1)](https://coveralls.io/github/FlexMeasures/flexmeasures)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6095/badge)](https://bestpractices.coreinfrastructure.org/projects/6095)

Please adapt them for the flexmeasures-client repo where needed, and inform me with a comment on any configuration actions potentially needed from my side.</comment_new>


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: Flix6x <30658763+Flix6x@users.noreply.github.com>
Copilot AI changed the title [WIP] Add badges to the readme Add badges and logo to README Feb 24, 2026
Copilot AI requested a review from Flix6x February 24, 2026 18:00
Signed-off-by: F.N. Claessen <claessen@seita.nl>
Signed-off-by: F.N. Claessen <claessen@seita.nl>
Signed-off-by: F.N. Claessen <claessen@seita.nl>
Signed-off-by: F.N. Claessen <claessen@seita.nl>
Signed-off-by: F.N. Claessen <claessen@seita.nl>
Signed-off-by: F.N. Claessen <claessen@seita.nl>
…s no longer

Signed-off-by: F.N. Claessen <claessen@seita.nl>
…shed

Signed-off-by: F.N. Claessen <claessen@seita.nl>
Signed-off-by: F.N. Claessen <claessen@seita.nl>
@Flix6x Flix6x marked this pull request as ready for review February 24, 2026 19:44
Signed-off-by: F.N. Claessen <claessen@seita.nl>
@Flix6x Flix6x merged commit fb6bd15 into main Feb 24, 2026
10 checks passed
@Flix6x Flix6x deleted the copilot/add-badges-to-readme branch February 24, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Readme: Add badges to the readme

2 participants