File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
* .jl. * .cov
3
3
* .jl.mem
4
4
.DS_Store
5
+ Manifest.toml
6
+ /docs /build /
Original file line number Diff line number Diff line change 1
1
# IntervalSets.jl
2
2
Interval Sets for Julia
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/JuliaMath/IntervalSets.jl.svg?branch=master )] ( https://travis-ci.org/JuliaMath/IntervalSets.jl )
5
-
6
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/JuliaMath/IntervalSets.jl/badge.svg?branch=master )] ( https://coveralls.io/github/JuliaMath/IntervalSets.jl?branch=master )
4
+ [ ![ Build Status] ( https://github.com/JuliaMath/IntervalSets.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaMath/IntervalSets.jl/actions )
5
+ [ ![ Coverage] ( https://codecov.io/gh/JuliaMath/IntervalSets.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/JuliaMath/IntervalSets.jl )
7
6
8
7
This package represents intervals of an ordered set. For an interval
9
8
spanning from ` a ` to ` b ` , all values ` x ` that lie between ` a ` and ` b `
You can’t perform that action at this time.
0 commit comments