Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit e6b58cc

Browse files
committed
New badges
1 parent 35c09a5 commit e6b58cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Browse API client
22

3-
[![Documentation Status](https://readthedocs.org/projects/browseapi/badge/?version=latest)](https://browseapi.readthedocs.io/en/latest/?badge=latest)
3+
![coverage](https://img.shields.io/codecov/c/github/AverHLV/browseapi.svg) ![build_status](https://img.shields.io/gitlab/pipeline/AverHLV/browseapi/dev.svg) [![Documentation Status](https://readthedocs.org/projects/browseapi/badge/?version=latest)](https://browseapi.readthedocs.io/en/latest/?badge=latest)
44

55
This package is a Python client for eBay Browse API.
66
It is asynchronous and designed to send a large number of requests by

tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
echo `echo $SECRET | base64 --decode` > browseapi\tests\secret.json
3+
echo `echo $SECRET | base64 --decode` > browseapi/tests/secret.json
44

55
coverage run -m unittest browseapi.tests.test_client
66
coverage report

0 commit comments

Comments
 (0)