This repository was archived by the owner on May 14, 2020. It is now read-only.
File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ image : averhlv/browseapi:latest
2
+
3
+ stages :
4
+ - test
5
+
6
+ tests :
7
+ stage : test
8
+ script :
9
+ - bash ./tests.sh
Original file line number Diff line number Diff line change 1
1
# Browse API client
2
2
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 )
4
+
3
5
This package is a Python client for eBay Browse API.
4
6
It is asynchronous and designed to send a large number of requests by
5
7
one function call.
@@ -53,4 +55,4 @@ then run a command from the parent browseapi directory:
53
55
54
56
Documentation built with [ mkdocs] ( https://www.mkdocs.org/ ) .
55
57
56
- link
58
+ [ browseapi.readthedocs.io ] ( https://browseapi.readthedocs.io/en/latest/ )
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ echo ` echo $SECRET | base64 --decode` > browseapi/tests/secret.json
4
+
3
5
coverage run -m unittest browseapi.tests.test_client
4
6
coverage report
5
-
6
7
codecov -t $CODECOV_TOKEN
You can’t perform that action at this time.
0 commit comments