mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +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'
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
uses: coverallsapp/github-action@v2
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
format: cobertura
|
||||
files:
|
||||
- coverage/cobertura-coverage.xml
|
||||
file: coverage/cobertura-coverage.xml
|
||||
|
Loading…
Reference in New Issue
Block a user