Skip to content

Commit 08e61d3

Browse files
committed
update codecov badge "master" --> "main" in README.md #69
1 parent 295c80b commit 08e61d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ several languages.
2525
[![Hex pm](http://img.shields.io/hexpm/v/quotes.svg?style=flat-square)](https://hex.pm/packages/quotes)
2626
[![npm package version](https://img.shields.io/npm/v/quotesy.svg?style=flat-square)](https://www.npmjs.com/package/quotesy)
2727
[![Build Status](https://img.shields.io/travis/dwyl/quotes/master.svg?style=flat-square)](https://travis-ci.org/dwyl/quotes)
28-
[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/quotes/master.svg?style=flat-square)](http://codecov.io/github/dwyl/quotes?branch=master)
28+
[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/quotes/main.svg?style=flat-square)](http://codecov.io/github/dwyl/quotes?branch=main)
2929
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/dwyl/quotes#contributing)
3030
[![HitCount](http://hits.dwyl.com/dwyl/quotes.svg)](http://hits.dwyl.com/dwyl/quotes)
3131

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ defmodule Quotes.MixProject do
3232
{:jason, "~> 1.1"},
3333

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

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

0 commit comments

Comments
 (0)