mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +02:00
fix(ci): fix incorrect parameter usage to coverallsapp github action
This commit is contained in:
parent
2e7d9ac109
commit
b133bb842b
5
.github/workflows/build_coverage.yaml
vendored
5
.github/workflows/build_coverage.yaml
vendored
@ -65,9 +65,8 @@ jobs:
|
|||||||
# GH_EMAIL: 'ivarconr@gmail.com'
|
# GH_EMAIL: 'ivarconr@gmail.com'
|
||||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
uses: coverallsapp/github-action@master
|
uses: coverallsapp/github-action@v2
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
format: cobertura
|
format: cobertura
|
||||||
files:
|
file: coverage/cobertura-coverage.xml
|
||||||
- coverage/cobertura-coverage.xml
|
|
||||||
|
Loading…
Reference in New Issue
Block a user