File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
- - pull_request
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
4
7
jobs :
5
8
test :
6
9
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
12
15
- ' 1.0'
13
16
- ' 1.4'
14
17
- ' 1.5'
18
+ - ' 1' # automatically expands to the latest stable 1.x release of Julia
15
19
- ' nightly'
16
20
os :
17
21
- ubuntu-latest
37
41
${{ runner.os }}-
38
42
- uses : julia-actions/julia-buildpkg@latest
39
43
- uses : julia-actions/julia-runtest@latest
44
+ - uses : julia-actions/julia-processcoverage@v1
45
+ - uses : codecov/codecov-action@v1
46
+ with :
47
+ file : lcov.info
Original file line number Diff line number Diff line change 1
1
# KeywordDispatch.jl
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/simonbyrne/KeywordDispatch.jl.svg?branch=master )] ( https://travis-ci.org/simonbyrne/KeywordDispatch.jl )
3
+ [ ![ Build Status] ( https://github.com/simonbyrne/KeywordDispatch.jl/workflows/CI/badge.svg?branch=master )] ( https://github.com/simonbyrne/KeywordDispatch.jl/actions?query=workflow%3ACI )
4
+ [ ![ Code Coverage] ( https://codecov.io/gh/simonbyrne/KeywordDispatch.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/simonbyrne/KeywordDispatch.jl )
4
5
5
6
Dispatch on keyword arguments. It exports 2 macros:
6
7
- ` @kwdispatch ` designates a function signature to use for keyword dispatch
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments