Skip to content

Commit

Permalink
Cleanup (#38)
Browse files Browse the repository at this point in the history
* test

* use dir

* on push only

* remove travis

* update readme
  • Loading branch information
pulkitjalan committed Oct 7, 2020
1 parent c59311d commit 621f0cd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 107 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-L7.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Run Tests - Older"

on: [push, pull_request]
on: [push]

jobs:
test:
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: build/coverage.xml
directory: build
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-L8.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Run Tests - Current"

on: [push, pull_request]
on: [push]

jobs:
test:
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: build/coverage.xml
directory: build
34 changes: 0 additions & 34 deletions .scrutinizer.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ GeoIP
[![Latest Stable Version](https://poser.pugx.org/pulkitjalan/geoip/v/stable?format=flat-square)](https://packagist.org/packages/pulkitjalan/geoip)
[![MIT License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](http://www.opensource.org/licenses/MIT)
[![Build Status](http://img.shields.io/travis/pulkitjalan/geoip/master.svg?style=flat-square)](https://travis-ci.org/pulkitjalan/geoip)
[![Quality Score](http://img.shields.io/scrutinizer/g/pulkitjalan/geoip/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/pulkitjalan/geoip/)
[![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)
![Run Tests](https://github.com/pulkitjalan/geoip/workflows/Run%20Tests%20-%20Current/badge.svg?branch=master)
[![Coverage](https://codecov.io/gh/pulkitjalan/geoip/branch/master/graph/badge.svg?token=JTB1ASXAB0)](https://codecov.io/gh/pulkitjalan/geoip)
[![StyleCI](https://styleci.io/repos/28853821/shield)](https://styleci.io/repos/28853821)
[![Total Downloads](https://img.shields.io/packagist/dt/pulkitjalan/geoip.svg?style=flat-square)](https://packagist.org/packages/pulkitjalan/geoip)

Expand Down

0 comments on commit 621f0cd

Please sign in to comment.