mirror of
https://github.com/julia-actions/julia-processcoverage.git
synced 2026-02-12 02:56:59 +08:00
Change to composite action
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
name: 'Process Julia coverage files'
|
name: 'Process Julia coverage files'
|
||||||
description: 'Convert Julia coverage files into a lcov file'
|
description: 'Convert Julia coverage files into a lcov file'
|
||||||
author: 'David Anthoff'
|
author: 'David Anthoff'
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'composite'
|
||||||
main: 'dist/index.js'
|
steps:
|
||||||
|
- run: julia --color=yes ${{ github.action_path }}/main.jl
|
||||||
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user