1
0
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:
Christopher Kolstad 2025-05-16 11:56:50 +02:00
parent 2e7d9ac109
commit b133bb842b
No known key found for this signature in database

View File

@ -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