Skip to content

Commit 47393bc

Browse files
authored
Update README.md
1 parent 738efe3 commit 47393bc

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-
[![Build](https://github.com/aelassas/tdd/actions/workflows/build.yml/badge.svg)](https://github.com/aelassas/tdd/actions/workflows/build.yml) [![Test](https://github.com/aelassas/tdd/actions/workflows/test.yml/badge.svg)](https://github.com/aelassas/tdd/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/aelassas/tdd/graph/badge.svg?token=1ZOJ3K0U8B)](https://codecov.io/gh/aelassas/tdd)
1+
[![Build](https://github.com/aelassas/tdd/actions/workflows/build.yml/badge.svg)](https://github.com/aelassas/tdd/actions/workflows/build.yml) [![Test](https://github.com/aelassas/tdd/actions/workflows/test.yml/badge.svg)](https://github.com/aelassas/tdd/actions/workflows/test.yml) [![coverage](https://img.shields.io/codecov/c/github/aelassas/tdd/main.svg?logo=codecov)](https://codecov.io/gh/aelassas/tdd)
22

33
Test-Driven Development (TDD) is a powerful approach that transforms how developers write code. Whether you're new to programming or looking to level up your skills, this guide will walk you through the essentials of TDD. You'll discover how writing tests before code can lead to more robust, maintainable software and boost your confidence as a developer. Let's explore the fundamentals together and set you on the path to becoming a test-driven practitioner.
44

0 commit comments

Comments
 (0)