dwyl / learn-tdd

:white_check_mark: A brief introduction to Test Driven Development (TDD) in JavaScript (Complete Beginner's Step-by-Step Tutorial)
Mozilla Public License 2.0
2.74k stars 349 forks source link

PR: Fix build badge in README.md #157

Closed nelsonic closed 1 year ago

nelsonic commented 1 year ago

From: GitHub Workflow Status to: GitHub Workflow Status

codecov[bot] commented 1 year ago

Codecov Report

Merging #157 (3f6af5e) into main (14e2e29) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #157   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           37        37           
  Branches         1         1           
=========================================
  Hits            37        37           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

nelsonic commented 1 year ago

Before:

image

After:

image