Skip to content

Commit 8b78811

Browse files
whitewhite
authored andcommitted
docs: remove placeholder CODECOV_TOKEN from badge URL (public repo)
1 parent bdbde82 commit 8b78811

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![CI](https://github.com/howtis/python-embed/actions/workflows/ci.yml/badge.svg)](https://github.com/howtis/python-embed/actions/workflows/ci.yml)
66
[![Maven Central](https://img.shields.io/maven-central/v/io.github.howtis/python-embed-runtime)](https://central.sonatype.com/artifact/io.github.howtis/python-embed-runtime)
77
[![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/io.github.howtis.python-embed)](https://plugins.gradle.org/plugin/io.github.howtis.python-embed)
8-
[![codecov](https://codecov.io/gh/howtis/python-embed/graph/badge.svg?token=CODECOV_TOKEN)](https://codecov.io/gh/howtis/python-embed)
8+
[![codecov](https://codecov.io/gh/howtis/python-embed/graph/badge.svg)](https://codecov.io/gh/howtis/python-embed)
99
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
1010

1111
Java에서 Python 코드를 실행하세요 — 완전한 CPython 호환성, 설정 불필요.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![CI](https://github.com/howtis/python-embed/actions/workflows/ci.yml/badge.svg)](https://github.com/howtis/python-embed/actions/workflows/ci.yml)
66
[![Maven Central](https://img.shields.io/maven-central/v/io.github.howtis/python-embed-runtime)](https://central.sonatype.com/artifact/io.github.howtis/python-embed-runtime)
77
[![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/io.github.howtis.python-embed)](https://plugins.gradle.org/plugin/io.github.howtis.python-embed)
8-
[![codecov](https://codecov.io/gh/howtis/python-embed/graph/badge.svg?token=CODECOV_TOKEN)](https://codecov.io/gh/howtis/python-embed)
8+
[![codecov](https://codecov.io/gh/howtis/python-embed/graph/badge.svg)](https://codecov.io/gh/howtis/python-embed)
99
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
1010

1111
Run Python code from Java — with full CPython compatibility and zero setup.

0 commit comments

Comments
 (0)