Skip to content

Commit

Permalink
Merge pull request #12 from Laminas-Commons/develop
Browse files Browse the repository at this point in the history
Fixing documentation
- Fixed CHANGELOG.mg #10 
- Fixed missing badges in README.md #11
  • Loading branch information
visto9259 authored Jul 1, 2020
2 parents b8bc867 + 19dcb15 commit 166ed10
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .cloveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Set folder to clover (must be the same on travis)
coverage_clover: build/logs/clover.xml
# Same folder here
json_path: build/logs/coveralls-upload.json
# Don't touch that
service_name: travis-ci
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ env:
before_script:
- composer self-update
- composer update --prefer-dist $DEPENDENCIES
- mkdir -p ./build/logs

script:
- ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml --exclude-group Functional
- ./vendor/bin/phpunit --group=Functional
- ./vendor/bin/phpcs --standard=PSR2 ./src/

after_script:
- php vendor/bin/coveralls -v
after_success:
- travis_retry ./vendor/bin/php-coveralls -v

notifications:
irc: "irc.freenode.org#zftalk.modules"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CHANGELOG

For changelog, please refer to the [releases](https://github.com/ZF-Commons/ZfcRbac/releases) page.
For changelog, please refer to the [releases](https://github.com/Laminas-Commons/LmcRbacMvc/releases) page.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# LmcRbacMvc

[![Version](https://poser.pugx.org/laminas-commons/lmc-rbac-mvc/version)](//packagist.org/packages/laminas-commons/lmc-rbac-mvc)
[![Total Downloads](https://poser.pugx.org/laminas-commons/lmc-rbac-mvc/downloads)](//packagist.org/packages/laminas-commons/lmc-rbac-mvc)
[![License](https://poser.pugx.org/laminas-commons/lmc-rbac-mvc/license)](//packagist.org/packages/laminas-commons/lmc-rbac-mvc)
[![Master Branch Build Status](https://travis-ci.org/Laminas-Commons/LmcRbacMvc.svg?branch=master)](http://travis-ci.org/Laminas-Commons/LmcRbac)
[![Gitter](https://badges.gitter.im/LaminasCommons/community.svg)](https://gitter.im/LaminasCommons/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Coverage Status](https://coveralls.io/repos/github/Laminas-Commons/LmcRbacMvc/badge.svg?branch=master)](https://coveralls.io/github/Laminas-Commons/LmcRbacMvc?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Laminas-Commons/LmcRbacMvc/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Laminas-Commons/LmcRbacMvc/?branch=master)

Role-based access control module to provide additional features on top of Zend\Permissions\Rbac

Based on [ZF-Commons/zfc-rbac](https://github.com/ZF-Commons/zfc-rbac) v2.6.x. If you are looking for the Laminas version of zfc-rbac v3, please use [Laminas-Commons/LmcRbac](https://github.com/Laminas-Commons/LmcRbac).

<!--
[![Coverage Status](https://coveralls.io/repos/ZF-Commons/zfc-rbac/badge.png)](https://coveralls.io/r/ZF-Commons/zfc-rbac)
[![Latest Stable Version](https://poser.pugx.org/zf-commons/zfc-rbac/v/stable.png)](https://packagist.org/packages/zf-commons/zfc-rbac)
[![Latest Unstable Version](https://poser.pugx.org/zf-commons/zfc-rbac/v/unstable.png)](https://packagist.org/packages/zf-commons/zfc-rbac)
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/ZF-Commons/zfc-rbac/badges/quality-score.png?s=685a2b34dc626a0af9934f9c8d246b68a8cac884)](https://scrutinizer-ci.com/g/ZF-Commons/zfc-rbac/)
[![Total Downloads](https://poser.pugx.org/zf-commons/zfc-rbac/downloads.png)](https://packagist.org/packages/zf-commons/zfc-rbac)
-->

### Important Notes:

This version has breaking changes with respect to ZfcRbac v2. See the [Upgrade](#upgrade) section for details.
Expand Down

0 comments on commit 166ed10

Please sign in to comment.