-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: transform code coverage jsons into cobertura reports
- Loading branch information
Showing
9 changed files
with
40 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,21 +5,21 @@ FROM python:3.12.8-alpine3.20 | |
LABEL maintainer="Nicolas VUILLAMY <[email protected]>" | ||
|
||
RUN apk add --update --no-cache \ | ||
coreutils \ | ||
git \ | ||
bash \ | ||
nodejs \ | ||
npm \ | ||
# Required for docker | ||
docker \ | ||
openrc \ | ||
# Required for puppeteer | ||
chromium \ | ||
nss \ | ||
freetype \ | ||
harfbuzz \ | ||
ca-certificates \ | ||
ttf-freefont | ||
coreutils \ | ||
git \ | ||
bash \ | ||
nodejs \ | ||
npm \ | ||
# Required for docker | ||
docker \ | ||
openrc \ | ||
# Required for puppeteer | ||
chromium \ | ||
nss \ | ||
freetype \ | ||
harfbuzz \ | ||
ca-certificates \ | ||
ttf-freefont | ||
|
||
# Start docker daemon in case mermaid-cli image is used | ||
RUN rc-update add docker boot && (rc-service docker start || true) | ||
|
@@ -44,6 +44,7 @@ RUN npm install --no-cache yarn -g && \ | |
echo 'y' | sf plugins install sfdmu && \ | ||
echo 'y' | sf plugins install sfdx-git-delta && \ | ||
echo 'y' | sf plugins install texei-sfdx-plugin && \ | ||
echo 'y' | sf plugins install apex-code-coverage-transformer && \ | ||
sf version --verbose --json && \ | ||
rm -rf /root/.npm/_cacache | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters