Skip to content

Commit

Permalink
update codecov badge "master" --> "main" in README.md #69
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Apr 12, 2022
1 parent 295c80b commit 08e61d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ several languages.
[![Hex pm](http://img.shields.io/hexpm/v/quotes.svg?style=flat-square)](https://hex.pm/packages/quotes)
[![npm package version](https://img.shields.io/npm/v/quotesy.svg?style=flat-square)](https://www.npmjs.com/package/quotesy)
[![Build Status](https://img.shields.io/travis/dwyl/quotes/master.svg?style=flat-square)](https://travis-ci.org/dwyl/quotes)
[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/quotes/master.svg?style=flat-square)](http://codecov.io/github/dwyl/quotes?branch=master)
[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/quotes/main.svg?style=flat-square)](http://codecov.io/github/dwyl/quotes?branch=main)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/dwyl/quotes#contributing)
[![HitCount](http://hits.dwyl.com/dwyl/quotes.svg)](http://hits.dwyl.com/dwyl/quotes)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule Quotes.MixProject do
{:jason, "~> 1.1"},

# Create docs for publishing Hex.docs: github.com/elixir-lang/ex_doc
{:ex_doc, "~> 0.27", only: :dev, runtime: false},
{:ex_doc, "~> 0.28", only: :dev, runtime: false},

# Check test coverage: github.com/parroty/excoveralls
{:excoveralls, "~> 0.14.3", only: :test},
Expand Down

0 comments on commit 08e61d3

Please sign in to comment.