File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 32
32
file : ./lcov.info
33
33
flags : unittests
34
34
name : codecov-umbrella
35
-
36
- aqua :
37
- runs-on : ubuntu-latest
38
- strategy :
39
- matrix :
40
- julia-version :
41
- - ' 1'
42
- - ' 1.10'
43
- - ' nightly'
44
- fail-fast : false
45
- steps :
46
- - uses : actions/checkout@v2
47
- - uses : julia-actions/setup-julia@v1
48
- with :
49
- version : ${{ matrix.julia-version }}
50
- - uses : tkf/julia-aqua@v1
51
-
52
- # https://github.com/tkf/julia-code-style-suggesters
53
- code-style :
54
- if : always() && github.event.pull_request
55
- runs-on : ubuntu-latest
56
- steps :
57
- - uses : tkf/julia-code-style-suggesters@v1
58
-
59
- # A job that succeeds if and only if all jobs succeed.
60
- all-success :
61
- if : always() && github.event.pull_request
62
- needs : [test, aqua, code-style]
63
- runs-on : ubuntu-latest
64
- steps :
65
- # https://github.com/tkf/merge-conclusions-action
66
- - uses : tkf/merge-conclusions-action@v1
67
- with :
68
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments