diff --git a/README.md b/README.md
index bf54b45..9963bd5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
+
+
+![Actions](https://github.com/AlessandroMiola/adventofcode/actions/workflows/actions.yaml/badge.svg)
+[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![codecov](https://codecov.io/gh/AlessandroMiola/adventofcode/graph/badge.svg?token=2URTWXTDV6)](https://codecov.io/gh/AlessandroMiola/adventofcode)
+
+
# Solutions to `advent-of-code` puzzles
Personal attempt to solve the `advent-of-code`[^aoc] puzzles in a `TDD` fashion with `python`.