Skip to content

Commit b506aff

Browse files
authored
Revert "CI: update build status badage" and fix badge (#28)
* Revert "CI: update build status badage (#27)" This reverts commit c1dd616. * Fix badge
1 parent c1dd616 commit b506aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/DensityInterface.jl/stable)
44
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaMath.github.io/DensityInterface.jl/dev)
55
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
6-
[![CI](https://github.com/JuliaMath/DensityInterface.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaMath/DensityInterface.jl/actions/workflows/ci.yml)
6+
[![Build Status](https://github.com/JuliaMath/DensityInterface.jl/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/JuliaMath/DensityInterface.jl/actions/workflows/ci.yml?query=branch%3Amaster)
77
[![Codecov](https://codecov.io/gh/JuliaMath/DensityInterface.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMath/DensityInterface.jl)
88

99
This package defines an interface for mathematical/statistical densities and objects associated with a density in Julia. See the documentation for details.

0 commit comments

Comments
 (0)