Skip to content

Commit 756e73b

Browse files
committed
.
1 parent e7ca143 commit 756e73b

File tree

2 files changed

+4
-38
lines changed

2 files changed

+4
-38
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# Design Patterns in Dart
22

33
[![Build Status][actions-badge]][actions-url]
4-
[![Coverage Status](https://coveralls.io/repos/github/TheDesignPatterns/Dart/badge.svg?branch=main&kill_cache=1)](https://coveralls.io/github/TheDesignPatterns/Dart?branch=main)
4+
[![Coverage Status][coverage-badge]][coverage-url]
55

66
[actions-badge]: https://github.com/TheDesignPatterns/Dart/actions/workflows/dart.yml/badge.svg
77
[actions-url]: https://github.com/TheDesignPatterns/Dart/actions/workflows/dart.yml
8+
[coverage-badge]: https://coveralls.io/repos/github/TheDesignPatterns/Dart/badge.svg?branch=main&kill_cache=1
9+
[coverage-url]: https://coveralls.io/github/TheDesignPatterns/Dart?branch=main
810

9-
Design Patterns examples written in Dart using TDD and mocking objects techniques (thanks to Mockito).
11+
Design Patterns examples written in Dart using TDD and mocking objects techniques (thanks to [`mockito`](https://pub.dev/packages/mockito)).
1012

1113
## Layout
1214

1315
* [`example/`] design patterns to build/run (e.g. `$ dart run example/builder.dart`)
1416
* [`lib/`] design patterns to import from a dart file (e.g. `import 'package:dp/builder.dart';`)
1517
* [`test/`] design patterns to test (e.g. `$ dart test test/builder_test.dart`)
16-
* `tool/` tools that may be useful when commiting to this repo
1718

1819
[`example/`]: https://github.com/TheDesignPatterns/Dart/tree/main/example
1920
[`lib/`]: https://github.com/TheDesignPatterns/Dart/tree/main/lib
@@ -57,4 +58,3 @@ Wow, thanks! So please just star it.
5758
- [Design Patterns](https://en.wikipedia.org/wiki/Design_Patterns)
5859
- [Test Driven Development](https://en.wikipedia.org/wiki/Test-driven_development)
5960
- [Mock Object](https://en.wikipedia.org/wiki/Mock_object)
60-
- [Mockito](https://pub.dev/packages/mockito)

tool/excerpt.pl

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)