Skip to content

Commit 5dfe47c

Browse files
fixing coverage link
1 parent 3f19ca9 commit 5dfe47c

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
@@ -3,7 +3,7 @@
33
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaFunctional.github.io/ExtensibleEffects.jl/stable)
44
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaFunctional.github.io/ExtensibleEffects.jl/dev)
55
[![Build Status](https://github.com/JuliaFunctional/ExtensibleEffects.jl/workflows/CI/badge.svg)](https://github.com/JuliaFunctional/ExtensibleEffects.jl/actions)
6-
![Codecov](https://img.shields.io/codecov/c/github/JuliaFunctional/ExtensibleEffects.jl)
6+
[![Coverage](https://img.shields.io/codecov/c/github/JuliaFunctional/ExtensibleEffects.jl)](https://codecov.io/gh/JuliaFunctional/ExtensibleEffects.jl)
77

88
This package provides an implementation of Extensible Effects. We follow the approach presented in the paper [Freer Monads, More Extensible Effects](http://okmij.org/ftp/Haskell/extensible/more.pdf) which already has an [Haskell implementation](https://hackage.haskell.org/package/freer-effects) as well as a [Scala implementation](https://github.com/atnos-org/eff).
99

0 commit comments

Comments
 (0)