File tree Expand file tree Collapse file tree 3 files changed +32
-24
lines changed Expand file tree Collapse file tree 3 files changed +32
-24
lines changed Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches :
6+ - master
7+ pull_request :
8+
9+ jobs :
10+ test :
11+ name : Julia ${{ matrix.version }} - ${{ matrix.os }}
12+ runs-on : ${{ matrix.os }}
13+ strategy :
14+ matrix :
15+ version :
16+ - ' 1.0'
17+ - ' 1'
18+ - ' nightly'
19+ os :
20+ - ubuntu-latest
21+ - macOS-latest
22+ - windows-latest
23+ steps :
24+ - uses : actions/checkout@v1
25+ - uses : julia-actions/setup-julia@latest
26+ with :
27+ version : ${{ matrix.version }}
28+ - uses : julia-actions/julia-buildpkg@latest
29+ - uses : julia-actions/julia-runtest@latest
30+ - uses : julia-actions/julia-processcoverage@v1
31+ - uses : codecov/codecov-action@v1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# LinearMaps
22
3- [ ![ Build Status ] ( https://travis-ci.org /Jutho/LinearMaps.jl.svg?branch=master )] ( https://travis-ci.org/Jutho/LinearMaps.jl )
3+ ![ Build status ] ( https://github.com /Jutho/LinearMaps.jl/workflows/CI/badge.svg )
44[ ![ License] ( http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )] ( LICENSE.md )
5- [ ![ Coverage Status] ( https://coveralls.io/repos/github/Jutho/LinearMaps.jl/badge.svg?branch=master )] ( https://coveralls.io/github/Jutho/LinearMaps.jl?branch=master )
65[ ![ codecov.io] ( http://codecov.io/github/Jutho/LinearMaps.jl/coverage.svg?branch=master )] ( http://codecov.io/github/Jutho/LinearMaps.jl?branch=master )
76
87A Julia package for defining and working with linear maps, also known as linear
You can’t perform that action at this time.
0 commit comments