Skip to content

Commit 64c28ec

Browse files
committed
ci: fix badges and add Codecov token to workflow
1 parent b9b6581 commit 64c28ec

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ jobs:
3939
with:
4040
file: ./coverage.xml
4141
fail_ci_if_error: false
42+
token: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![PyPI version](https://img.shields.io/pypi/v/dotenv-schema.svg)](https://pypi.org/project/dotenv-schema/)
44
[![Python Versions](https://img.shields.io/pypi/pyversions/dotenv-schema.svg)](https://pypi.org/project/dotenv-schema/)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6-
[![codecov](https://codecov.io/gh/skyspec28/dotenv-schema/graph/badge.svg)](https://codecov.io/gh/skyspec28/dotenv-schema)
7-
[![Build Status](https://img.shields.io/github/actions/workflow/status/skyspec28/dotenv-schema/python-tests.yml?branch=main)](https://github.com/skyspec28/dotenv-schema/actions)
6+
[![codecov](https://codecov.io/gh/skyspec28/dotenv_schema/graph/badge.svg)](https://codecov.io/gh/skyspec28/dotenv_schema)
7+
[![Build Status](https://img.shields.io/github/actions/workflow/status/skyspec28/dotenv_schema/python-tests.yml?branch=main)](https://github.com/skyspec28/dotenv_schema/actions)
88

99
A simple, lightweight Python tool to load, validate, and type-cast environment variables from `.env` files using a schema. This package helps you manage configuration in a type-safe way while keeping your secrets out of your codebase.
1010

0 commit comments

Comments
 (0)