Skip to content

Commit

Permalink
Improve readme with badgets and fix coverage save path
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Oct 2, 2023
1 parent c2f3bba commit 47d7629
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,15 @@ jobs:
--workdir=/var/www/test-module \
php composer phpunit -- \
--coverage-text \
--coverage-clover=/var/www/integration.xml
--coverage-clover=/var/www/coverage.xml
- name: Upload log artifact
if: always()
uses: actions/upload-artifact@v3
with:
name: ModuleIntegrationTestsLog-${{ inputs.php }}-${{ inputs.mysql }}
path: |
source/integration.xml
source/coverage.xml
source/source/log/oxideshop.log
data/php/logs/error_log.txt
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Media Library Module
# Media Library Module for OXID eShop

[![Development](https://github.com/OXID-eSales/media-library-module/actions/workflows/trigger.yml/badge.svg?branch=b-7.1.x)](https://github.com/OXID-eSales/media-library-module/actions/workflows/trigger.yml)
[![Latest Version](https://img.shields.io/packagist/v/OXID-eSales/media-library-module?logo=composer&label=latest&include_prereleases&color=orange)](https://packagist.org/packages/oxid-esales/media-library-module)
[![PHP Version](https://img.shields.io/packagist/php-v/oxid-esales/media-library-module)](https://github.com/oxid-esales/media-library-module)

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=OXID-eSales_media-library-module&metric=alert_status)](https://sonarcloud.io/dashboard?id=OXID-eSales_media-library-module)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=OXID-eSales_media-library-module&metric=coverage)](https://sonarcloud.io/dashboard?id=OXID-eSales_media-library-module)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=OXID-eSales_media-library-module&metric=sqale_index)](https://sonarcloud.io/dashboard?id=OXID-eSales_media-library-module)

Module provides basic media files management.

## Branch Compatibility

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prefer-stable": true,
"prefer-dist": true,
"require": {
"php": ">=8.0",
"php": "^8.1",
"symfony/filesystem": "*",
"ext-gd": "*",
"intervention/image": "^2.7"
Expand Down

0 comments on commit 47d7629

Please sign in to comment.