Skip to content

Commit cecc6ef

Browse files
committed
Fix some badges.
1 parent 1f20f94 commit cecc6ef

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ search = /v{current_version}.svg
1212
replace = /v{new_version}.svg
1313

1414
[bumpversion:file (link):README.rst]
15-
search = /v{current_version}...main
16-
replace = /v{new_version}...main
15+
search = /v{current_version}...master
16+
replace = /v{new_version}...master
1717

1818
[bumpversion:file:docs/conf.py]
1919
search = version = release = '{current_version}'

.cookiecutterrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ default_context:
2929
release_date: '2024-10-30'
3030
repo_hosting: github.com
3131
repo_hosting_domain: github.com
32-
repo_main_branch: main
32+
repo_main_branch: master
3333
repo_name: pytest-benchmark
3434
repo_username: ionelmc
3535
scrutinizer: 'no'

README.rst

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,43 +16,33 @@ Overview
1616
.. |docs| image:: https://readthedocs.org/projects/pytest-benchmark/badge/?style=flat
1717
:target: https://readthedocs.org/projects/pytest-benchmark/
1818
:alt: Documentation Status
19-
2019
.. |github-actions| image:: https://github.com/ionelmc/pytest-benchmark/actions/workflows/github-actions.yml/badge.svg
2120
:alt: GitHub Actions Build Status
2221
:target: https://github.com/ionelmc/pytest-benchmark/actions
2322
.. |gitter| image:: https://badges.gitter.im/ionelmc/pytest-benchmark.svg
2423
:alt: Join the chat at https://gitter.im/ionelmc/pytest-benchmark
2524
:target: https://gitter.im/ionelmc/pytest-benchmark
26-
27-
.. |coveralls| image:: https://coveralls.io/repos/github/ionelmc/pytest-benchmark/badge.svg?branch=main
25+
.. |coveralls| image:: https://coveralls.io/repos/github/ionelmc/pytest-benchmark/badge.svg?branch=master
2826
:alt: Coverage Status
29-
:target: https://coveralls.io/github/ionelmc/pytest-benchmark?branch=main
30-
31-
.. |codecov| image:: https://codecov.io/gh/ionelmc/pytest-benchmark/branch/main/graphs/badge.svg?branch=main
27+
:target: https://coveralls.io/github/ionelmc/pytest-benchmark?branch=master
28+
.. |codecov| image:: https://codecov.io/gh/ionelmc/pytest-benchmark/branch/master/graphs/badge.svg?branch=master
3229
:alt: Coverage Status
3330
:target: https://app.codecov.io/github/ionelmc/pytest-benchmark
34-
3531
.. |version| image:: https://img.shields.io/pypi/v/pytest-benchmark.svg
3632
:alt: PyPI Package latest release
3733
:target: https://pypi.org/project/pytest-benchmark
38-
3934
.. |wheel| image:: https://img.shields.io/pypi/wheel/pytest-benchmark.svg
4035
:alt: PyPI Wheel
4136
:target: https://pypi.org/project/pytest-benchmark
42-
4337
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/pytest-benchmark.svg
4438
:alt: Supported versions
4539
:target: https://pypi.org/project/pytest-benchmark
46-
4740
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/pytest-benchmark.svg
4841
:alt: Supported implementations
4942
:target: https://pypi.org/project/pytest-benchmark
50-
5143
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/pytest-benchmark/v5.1.0.svg
5244
:alt: Commits since latest release
53-
:target: https://github.com/ionelmc/pytest-benchmark/compare/v5.1.0...main
54-
55-
45+
:target: https://github.com/ionelmc/pytest-benchmark/compare/v5.1.0...master
5646

5747
.. end-badges
5848

0 commit comments

Comments
 (0)