mirror of
https://github.com/julia-actions/julia-processcoverage.git
synced 2026-02-12 11:06:58 +08:00
7 lines
170 B
YAML
7 lines
170 B
YAML
name: 'Process Julia coverage files'
|
|
description: 'Convert Julia coverage files into a lcov file'
|
|
author: 'David Anthoff'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|