Skip to content

Commit b78938b

Browse files
authored
ci: remove broken drone CI and update badge (#179)
* ci: remove broken drone CI * README: add github acrion badge * README: add codecov badge
1 parent d7273d5 commit b78938b

File tree

3 files changed

+3
-68
lines changed

3 files changed

+3
-68
lines changed

.drone.jsonnet

-27
This file was deleted.

.drone.yml

-41
This file was deleted.

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# DecFP: IEEE Decimal Floating-point in Julia
2+
3+
[![CI](https://github.com/JuliaMath/DecFP.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaMath/DecFP.jl/actions/workflows/CI.yml)
24
[![Coverage Status](https://coveralls.io/repos/github/JuliaMath/DecFP.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaMath/DecFP.jl?branch=master)
5+
[![codecov](https://codecov.io/github/JuliaMath/DecFP.jl/graph/badge.svg?token=9thK9TVT9V)](https://codecov.io/github/JuliaMath/DecFP.jl)
36

47
The DecFP package is a Julia wrapper around the [Intel Decimal
58
Floating-Point Math

0 commit comments

Comments
 (0)