File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 27
27
28
28
# # uncomment the following lines to override the default test script
29
29
script :
30
- - julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); Pkg.clone("https://github.com/JuliaString/ModuleInterfaceTools.jl"); Pkg.clone(pwd()); Pkg.test("StrAPI"; coverage=true)'
30
+ # - julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); Pkg.clone("https://github.com/JuliaString/ModuleInterfaceTools.jl"); Pkg.clone(pwd()); Pkg.test("StrAPI"; coverage=true)'
31
31
after_success :
32
32
# push coverage results to Coveralls
33
33
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("StrAPI")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Original file line number Diff line number Diff line change 1
1
# StrAPI
2
2
3
- [ ![ StrAPI] ( http://pkg.julialang.org/badges/StrAPI_0.6.svg )] ( http://pkg.julialang.org/detail/StrAPI )
4
- [ ![ StrAPI] ( http://pkg.julialang.org/badges/StrAPI_0.7.svg )] ( http://pkg.julialang.org/detail/StrAPI )
3
+ | ** Package Status** | ** Package Evaluator** | ** Coverage** |
4
+ | :------------------:| :---------------------:| :-----------------:|
5
+ | [ ![ License] ( http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )] ( LICENSE.md ) | [ ![ StrAPI] ( http://pkg.julialang.org/badges/StrAPI_0.6.svg )] ( http://pkg.julialang.org/?pkg=StrAPI ) | [ ![ Coverage Status] ( https://coveralls.io/repos/github/JuliaString/StrAPI.jl/badge.svg?branch=master )] ( https://coveralls.io/github/JuliaString/StrAPI.jl?branch=master )
6
+ | [ ![ Build Status] ( https://travis-ci.org/JuliaString/StrAPI.jl.svg?branch=master )] ( https://travis-ci.org/JuliaString/StrAPI.jl ) | [ ![ StrAPI] ( http://pkg.julialang.org/badges/StrAPI_0.7.svg )] ( http://pkg.julialang.org/?pkg=StrAPI ) | [ ![ codecov.io] ( http://codecov.io/github/JuliaString/StrAPI.jl/coverage.svg?branch=master )] ( http://codecov.io/github/JuliaString/StrAPI.jl?branch=master )
5
7
6
- [ ![ Build Status] ( https://travis-ci.org/JuliaString/StrAPI.jl.svg?branch=master )] ( https://travis-ci.org/JuliaString/StrAPI.jl )
7
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/JuliaString/StrAPI.jl/badge.svg?branch=master )] ( https://coveralls.io/github/JuliaString/StrAPI.jl?branch=master )
8
- [ ![ codecov.io] ( http://codecov.io/github/JuliaString/StrAPI.jl/coverage.svg?branch=master )] ( http://codecov.io/github/JuliaString/StrAPI.jl?branch=master )
9
-
10
- The ` StrAPI ` package is now working on both the release version (v0.6.2) and the latest master (v0.7.0-DEV).
11
-
12
- This provides a cleaner API (IMO) for many of the character and string related functions.
8
+ This package provides the base API, which the other packages in JuliaString can all extend
9
+ It provides a cleaner API (IMO) for many of the character and string related functions.
13
10
14
11
See the documentation in the [ Strs] ( https://github.com/JuliaString/Strs.jl ) package
You can’t perform that action at this time.
0 commit comments