Skip to content

Commit 155a54f

Browse files
authored
Fix badge link for Tests workflow in README
1 parent 05c0108 commit 155a54f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Pathway
22

33
[![Gem Version](https://badge.fury.io/rb/pathway.svg)](https://badge.fury.io/rb/pathway)
4-
[![Tests](https://github.com/pabloh/pathway/workflows/Tests/badge.svg)](https://github.com/oabloh/pathway/actions?query=workflow%3ATests)
4+
[![Tests](https://github.com/pabloh/pathway/actions/workflows/tests.yml/badge.svg)](https://github.com/pabloh/pathway/actions/workflows/tests.yml)
55
[![Coverage Status](https://coveralls.io/repos/github/pabloh/pathway/badge.svg?branch=master)](https://coveralls.io/github/pabloh/pathway?branch=master)
66

77
Pathway encapsulates your business logic into simple operation objects (AKA application services on the [DDD](https://en.wikipedia.org/wiki/Domain-driven_design) lingo).

0 commit comments

Comments
 (0)