Skip to content

Commit 143e49c

Browse files
Add unit test status badge to README.md
Included a badge linking to the Python unit test workflow in the header of the README. This provides quick visibility into the status of test runs directly from the repository page.
1 parent 9b4f426 commit 143e49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NeetCode 150 Solutions
1+
# NeetCode 150 Solutions [![Python Unit Tests](https://github.com/daily-coding-problem/neetcode-150/actions/workflows/python-unittests.yml/badge.svg)](https://github.com/daily-coding-problem/neetcode-150/actions/workflows/python-unittests.yml)
22

33
![Python](https://img.shields.io/badge/-Python-3776AB?style=flat-square&logo=python&logoColor=white)
44
![Pytest](https://img.shields.io/badge/-Pytest-0A9EDC?style=flat-square&logo=pytest&logoColor=white)

0 commit comments

Comments
 (0)