Skip to content

Commit

Permalink
Move from travis to github actions and update README with badges
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewekhalel committed Aug 17, 2023
1 parent 40d7f16 commit 25163cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
@@ -1,4 +1,4 @@
name: Codecov Workflow
name: Build and Test
on: [push, pull_request]
jobs:
build:
Expand Down
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -2,8 +2,9 @@

# Sewar

[![Downloads](https://static.pepy.tech/badge/sewar)](https://pepy.tech/project/sewar)
[![Build Status](https://travis-ci.org/sachinpuranik99/sewar.svg?branch=master)](https://travis-ci.org/sachinpuranik99/sewar)
[![codecov](https://codecov.io/gh/sachinpuranik99/sewar/branch/master/graph/badge.svg)](https://codecov.io/gh/sachinpuranik99/sewar)
[![codecov](https://codecov.io/gh/andrewekhalel/sewar/graph/badge.svg?token=D4SH5yVpYZ)](https://codecov.io/gh/andrewekhalel/sewar)

Sewar is a python package for image quality assessment using different metrics. You can check documentation [here](http://sewar.readthedocs.io/).

Expand Down

0 comments on commit 25163cd

Please sign in to comment.