Maxime 8e8f85d805 Add Test Coverage il y a 6 ans
..
node_modules 8e8f85d805 Add Test Coverage il y a 6 ans
LICENSE 8e8f85d805 Add Test Coverage il y a 6 ans
README.md 8e8f85d805 Add Test Coverage il y a 6 ans
action.yml 8e8f85d805 Add Test Coverage il y a 6 ans
cov.sh 8e8f85d805 Add Test Coverage il y a 6 ans
index.js 8e8f85d805 Add Test Coverage il y a 6 ans
package-lock.json 8e8f85d805 Add Test Coverage il y a 6 ans
package.json 8e8f85d805 Add Test Coverage il y a 6 ans

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. If the directory does not exist, it is created.

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