mirror of
https://github.com/status-im/actions-hugo.git
synced 2025-01-13 14:25:07 +00:00
test: Enable Coveralls (#129)
This commit is contained in:
parent
d226d51229
commit
66bce0558a
22
.github/workflows/test.yml
vendored
22
.github/workflows/test.yml
vendored
@ -76,14 +76,14 @@ jobs:
|
|||||||
name: coverage
|
name: coverage
|
||||||
path: coverage
|
path: coverage
|
||||||
|
|
||||||
# - name: Upload test coverage to Coveralls
|
- name: Upload test coverage to Coveralls
|
||||||
# uses: coverallsapp/github-action@v1.0.1
|
uses: coverallsapp/github-action@v1.0.1
|
||||||
# with:
|
with:
|
||||||
# github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# parallel: true
|
parallel: true
|
||||||
#
|
|
||||||
# - name: Coveralls Finished
|
- name: Coveralls Finished
|
||||||
# uses: coverallsapp/github-action@v1.0.1
|
uses: coverallsapp/github-action@v1.0.1
|
||||||
# with:
|
with:
|
||||||
# github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# parallel-finished: true
|
parallel-finished: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user