1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

fix(ci): Setup cobertura coverage

This commit is contained in:
Christopher Kolstad 2025-05-16 11:45:59 +02:00
parent beb29f5b5b
commit 2e7d9ac109
No known key found for this signature in database
4 changed files with 5 additions and 1168 deletions

View File

@ -68,3 +68,6 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
format: cobertura
files:
- coverage/cobertura-coverage.xml

1
.gitignore vendored
View File

@ -108,3 +108,4 @@ website/.yarn/*
!website/.yarn/versions
coverage/.tmp
coverage/*

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,7 @@ export default defineConfig({
reporter: [
['json', { path: './coverage/coverage-final.json' }],
['json-summary', { path: './coverage/coverage-summary.json' }],
['clover'],
['cobertura'],
['lcov', { projectRoot: './src' }],
],
provider: 'v8',