1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-01-17 13:08:16 +01:00

Coveralls Github action

This commit is contained in:
Filip Halaxa 2022-01-27 17:18:50 +01:00
parent d13d898653
commit 726ba8fdcd

View File

@ -23,3 +23,9 @@ jobs:
- name: Code coverage report
run: make tests-coverage
- name: Send coverage report to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: clover.xml