Skip to content

Commit b1395c1

Browse files
authored
Merge pull request #6 from vansari/feature/update-readme-gitignore
Updated Readme with badged from github, added lint cache to gitignore
2 parents 5f93611 + eed878a commit b1395c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/vendor/
22
/.idea/
33
/build/
4-
.phpunit.result.cache
4+
/.phpunit.result.cache
5+
/.phplint-cache

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# phplint-merger
22
Simple XML Merger for overtrue/phplint xml reports
33
______
4-
[![Build Status](https://travis-ci.com/vansari/phplint-merger.svg?branch=main)](https://travis-ci.com/vansari/phplint-merger)
4+
[![Gihub](https://github.com/vansari/phplint-merger/actions/workflows/php.yml/badge.svg)](https://github.com/vansari/phplint-merger/actions/workflows/php.yml)
55
[![Latest Stable Version](https://poser.pugx.org/vansari/phplint-merger/v)](//packagist.org/packages/vansari/phplint-merger)
66
[![License](https://poser.pugx.org/vansari/phplint-merger/license)](//packagist.org/packages/vansari/phplint-merger)
77
[![codecov](https://codecov.io/gh/vansari/phplint-merger/branch/main/graph/badge.svg?token=HBW1X5L4PQ)](https://codecov.io/gh/vansari/phplint-merger)

0 commit comments

Comments
 (0)