File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 22# See: https://circleci.com/docs/2.0/configuration-reference
33version : 2.1
44
5+ orbs :
6+ codecov :
codecov/[email protected] 7+
58# Define a job to be invoked later in a workflow.
69# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
710jobs :
2427 - run : ' phpdbg -qrr -d memory_limit=4G vendor/bin/phpunit --testsuite unit'
2528 - store_test_results :
2629 path : ' build'
30+ - codecov/upload :
31+ file : ' build/clover.xml'
2732 phpunit-integration :
2833 docker :
2934 - image : ' hgiesenow/php:7.4'
5863 - run : ' vendor/bin/phpunit --testsuite integration'
5964 - store_test_results :
6065 path : ' build'
66+ - codecov/upload :
67+ file : ' build/clover.xml'
6168 php-cs-fixer :
6269 docker :
6370 - image : ' hgiesenow/php:7.4'
Original file line number Diff line number Diff line change 11[ ![ CircleCI] ( https://circleci.com/gh/elbformat/field-helper-bundle/tree/main.svg?style=svg )] ( https://circleci.com/gh/elbformat/field-helper-bundle/tree/main )
2+ [ ![ codecov] ( https://codecov.io/gh/elbformat/field-helper-bundle/branch/main/graph/badge.svg?token=TQATH67HKN )] ( https://codecov.io/gh/elbformat/field-helper-bundle )
23[ ![ License Badge] ( https://img.shields.io/github/license/datengaertnerei/test-data-service.svg )] ( https://mit-license.org/ )
34
45# Elbformat Field Helper Bundle for ibexa DXP
@@ -34,4 +35,4 @@ Further topics
3435* [ List of supported fields and their helpers] ( docs/fields.md )
3536* [ Extending existing helpers] ( docs/extending.md )
3637* [ Writing your own helpers] ( docs/own_helper.md )
37- * [ Running tests locally] ( docs/testing.md )
38+ * [ Running tests locally] ( docs/testing.md )
Original file line number Diff line number Diff line change 1+ coverage :
2+ status :
3+ patch :
4+ default :
5+ target : 100%
Original file line number Diff line number Diff line change 11FROM ezsystems/php:7.4
22RUN apt update &&\
3- apt install -y --no-install-recommends openssh-client &&\
3+ apt install -y --no-install-recommends openssh-client gpg gpg-agent &&\
44 rm -Rf /var/lib/apt/lists/*
55ENV COMPOSER_MEMORY_LIMIT=-1
You can’t perform that action at this time.
0 commit comments