Skip to content

Commit

Permalink
Make CI badge refer to master build (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Mar 11, 2022
1 parent 22869d9 commit 6d0e09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Ficus is a lightweight companion to Typesafe config that makes it more Scala-fri

Ficus adds an `as[A]` method to a normal [Typesafe Config](http://lightbend.github.io/config/latest/api/com/typesafe/config/Config.html) so you can do things like `config.as[Option[Int]]`, `config.as[List[String]]`, or even `config.as[MyClass]`. It is implemented with type classes so that it is easily extensible and many silly mistakes can be caught by the compiler.

[![Build Status](https://img.shields.io/github/workflow/status/iheartradio/ficus/Continuous%20Integration.svg)](https://github.com/iheartradio/ficus/actions)
[![Build Status](https://github.com/iheartradio/ficus/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/iheartradio/ficus/actions/workflows/ci.yml?query=branch%3Amaster)
[![Join the chat at https://gitter.im/iheartradio/ficus](https://badges.gitter.im/iheartradio/ficus.svg)](https://gitter.im/iheartradio/ficus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Coverage Status](https://coveralls.io/repos/github/iheartradio/ficus/badge.svg?branch=master)](https://coveralls.io/github/iheartradio/ficus?branch=master)
[![Latest version](https://index.scala-lang.org/iheartradio/ficus/ficus/latest.svg?color=orange)](https://index.scala-lang.org/iheartradio/ficus)
Expand Down

0 comments on commit 6d0e09c

Please sign in to comment.