Skip to content

Commit

Permalink
[ADD] build and coverage badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBra committed Jul 19, 2020
1 parent fd7ce6c commit c095204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and Build
name: build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A small lib for the observer pattern
![build](https://github.com/JohnBra/ts-simple-observer/workflows/build/badge.svg)
![build](https://github.com/JohnBra/ts-simple-observer/workflows/build/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/JohnBra/ts-simple-observer/badge.svg?branch=master)](https://coveralls.io/github/JohnBra/ts-simple-observer?branch=master)

Just simple observer/subject TypeScript interfaces as well as convenient mock classes for unit testing.

Expand Down

0 comments on commit c095204

Please sign in to comment.