File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
- - push
4
- - pull_request
3
+ pull_request :
4
+ branches :
5
+ - master
6
+ push :
7
+ branches :
8
+ - master
9
+ tags : ' *'
5
10
jobs :
6
11
test :
7
12
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
11
16
matrix :
12
17
version :
13
18
- ' 1.6'
19
+ - ' 1'
14
20
- ' nightly'
15
21
os :
16
22
- ubuntu-latest
40
46
continue-on-error : ${{ matrix.julia-version == 'nightly' }}
41
47
- uses : julia-actions/julia-runtest@v1
42
48
continue-on-error : ${{ matrix.julia-version == 'nightly' }}
49
+ - uses : julia-actions/julia-processcoverage@v1
50
+ if : matrix.version == '1' && matrix.os == 'ubuntu-latest'
51
+ continue-on-error : ${{ matrix.julia-version == 'nightly' }}
52
+ - uses : codecov/codecov-action@v2
53
+ if : matrix.version == '1' && matrix.os == 'ubuntu-latest'
54
+ with :
55
+ file : lcov.info
56
+ continue-on-error : ${{ matrix.julia-version == 'nightly' }}
43
57
44
58
docs :
45
59
name : Documentation
You can’t perform that action at this time.
0 commit comments