Skip to content

Commit 316af66

Browse files
authored
docs: add main badges
- build - coverage - commit - license
1 parent 47821f8 commit 316af66

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## 🧩 Python Challenges 🐍
22

3+
![Python](https://badgen.net/badge/Built%20with/Python/blue)
4+
[![codecov](https://codecov.io/gh/aleattene/advent-of-code/graph/badge.svg?token=1GAFPNSUMB)](https://codecov.io/gh/aleattene/advent-of-code)
5+
[![Tests](https://github.com/aleattene/advent-of-code/actions/workflows/aoc-tests.yml/badge.svg)](https://github.com/aleattene/advent-of-code/actions/workflows/aoc-tests.yml)
6+
[![GitHub commits](https://badgen.net/github/commits/aleattene/python-challenges)](https://github.com/aleattene/python-challnges/commits/)
7+
[![GitHub last commit](https://img.shields.io/github/last-commit/aleattene/python-challenges)](https://github.com/aleattene/python-challenges/commits/)
8+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/aleattene/advent-of-code/pulls)
9+
[![License](https://img.shields.io/github/license/aleattene/python-challenges?color=blue)](https://github.com/aleattene/python-challenges/blob/main/LICENSE)
10+
311
A collection of my **python coding challenges** and practice **exercises**, focusing on **problem solving**, **data structures**, and **algorithms**.
412

513
---

0 commit comments

Comments
 (0)