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:
parent
d13d898653
commit
726ba8fdcd
6
.github/workflows/makefile.yml
vendored
6
.github/workflows/makefile.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user