mirror of
https://github.com/status-im/actions-hugo.git
synced 2025-01-27 13:05:41 +00:00
ci: Add codecov/codecov-action@v1 (#136)
ci: Comment out coverallsapp/github-action@v1.0.1
This commit is contained in:
parent
3317963a65
commit
94ce32ea1b
22
.github/workflows/test.yml
vendored
22
.github/workflows/test.yml
vendored
@ -76,14 +76,18 @@ jobs:
|
|||||||
name: coverage
|
name: coverage
|
||||||
path: coverage
|
path: coverage
|
||||||
|
|
||||||
- name: Upload test coverage to Coveralls
|
- uses: codecov/codecov-action@v1
|
||||||
uses: coverallsapp/github-action@v1.0.1
|
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
parallel: true
|
|
||||||
|
|
||||||
- name: Coveralls Finished
|
# - 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-finished: true
|
# parallel: true
|
||||||
|
|
||||||
|
# - name: Coveralls Finished
|
||||||
|
# uses: coverallsapp/github-action@v1.0.1
|
||||||
|
# with:
|
||||||
|
# github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# parallel-finished: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user