maxep d9c245360a no message 6 년 전
..
node_modules 2b79b6a326 no message 6 년 전
LICENSE 2b79b6a326 no message 6 년 전
README.md d9c245360a no message 6 년 전
action.yml d9c245360a no message 6 년 전
cov.sh d9c245360a no message 6 년 전
index.js d9c245360a no message 6 년 전
package-lock.json 2b79b6a326 no message 6 년 전
package.json 2b79b6a326 no message 6 년 전

README.md

SPM lcov action

Swift Package Manager Code Coverage Report.

Inputs

output-file

Optional Specify a file path to write coverage reports into. By default, the coverage will be reported to .build/debug/codecov/lcov.info.

file-format

Optional Use the specified output format. The supported formats are: “text” (JSON), “lcov” (Default).

Example usage

uses: maxep/spm-lcov-action@0.2.0