Skip to content

Commit 621f0cd

Browse files
authored
Cleanup (#38)
* test * use dir * on push only * remove travis * update readme
1 parent c59311d commit 621f0cd

File tree

5 files changed

+6
-107
lines changed

5 files changed

+6
-107
lines changed

.github/workflows/run-tests-L7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Run Tests - Older"
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
test:
@@ -43,4 +43,4 @@ jobs:
4343
- uses: codecov/codecov-action@v1
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
46-
file: build/coverage.xml
46+
directory: build

.github/workflows/run-tests-L8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Run Tests - Current"
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
test:
@@ -43,4 +43,4 @@ jobs:
4343
- uses: codecov/codecov-action@v1
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
46-
file: build/coverage.xml
46+
directory: build

.scrutinizer.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ GeoIP
66
[![Latest Stable Version](https://poser.pugx.org/pulkitjalan/geoip/v/stable?format=flat-square)](https://packagist.org/packages/pulkitjalan/geoip)
77
[![MIT License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](http://www.opensource.org/licenses/MIT)
88
[![Build Status](http://img.shields.io/travis/pulkitjalan/geoip/master.svg?style=flat-square)](https://travis-ci.org/pulkitjalan/geoip)
9-
[![Quality Score](http://img.shields.io/scrutinizer/g/pulkitjalan/geoip/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/pulkitjalan/geoip/)
10-
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/pulkitjalan/geoip/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/pulkitjalan/geoip/code-structure/master)
9+
![Run Tests](https://github.com/pulkitjalan/geoip/workflows/Run%20Tests%20-%20Current/badge.svg?branch=master)
10+
[![Coverage](https://codecov.io/gh/pulkitjalan/geoip/branch/master/graph/badge.svg?token=JTB1ASXAB0)](https://codecov.io/gh/pulkitjalan/geoip)
1111
[![StyleCI](https://styleci.io/repos/28853821/shield)](https://styleci.io/repos/28853821)
1212
[![Total Downloads](https://img.shields.io/packagist/dt/pulkitjalan/geoip.svg?style=flat-square)](https://packagist.org/packages/pulkitjalan/geoip)
1313

0 commit comments

Comments
 (0)