Skip to content

Commit

Permalink
fix replace for badge can mess with CODECOV_TOKEN secret
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Oct 19, 2023
1 parent fca4b88 commit 6c0d8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title_goes_here [![required php version](https://img.shields.io/packagist/php-v/open-southeners/packagist_package_here)](https://www.php.net/supported-versions.php) [![codecov](https://codecov.io/gh/open-southeners/packagist_package_here/branch/main/graph/badge.svg?token=codecov_token)](https://codecov.io/gh/open-southeners/packagist_package_here) [![Edit on VSCode online](https://img.shields.io/badge/vscode-edit%20online-blue?logo=visualstudiocode)](https://vscode.dev/github/open-southeners/packagist_package_here)
title_goes_here [![required php version](https://img.shields.io/packagist/php-v/open-southeners/packagist_package_here)](https://www.php.net/supported-versions.php) [![codecov](https://codecov.io/gh/open-southeners/packagist_package_here/branch/main/graph/badge.svg?token=codecov_badge_token)](https://codecov.io/gh/open-southeners/packagist_package_here) [![Edit on VSCode online](https://img.shields.io/badge/vscode-edit%20online-blue?logo=visualstudiocode)](https://vscode.dev/github/open-southeners/packagist_package_here)
===

and_description_here
Expand All @@ -10,7 +10,7 @@ and_description_here
| `title_goes_here` | Fancy title from the repository (only README and stuff) |
| `and_description_here` | Short package description (only for README and composer.json) |
| `packagist_package_here` | Packagist (composer) published package name |
| `codecov_token` | Codecov token for the coverage badge |
| `codecov_badge_token` | Codecov token for the coverage badge |
| `OpenSoutheners\PhpPackage`, `OpenSoutheners\\PhpPackage` | PSR-0 and PSR-4 complaint package namespace |

## Getting started
Expand Down

0 comments on commit 6c0d8c3

Please sign in to comment.