This repository was archived by the owner on Nov 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-7
lines changed Expand file tree Collapse file tree 3 files changed +22
-7
lines changed Original file line number Diff line number Diff line change
1
+ [run]
2
+ relative_files = True
Original file line number Diff line number Diff line change 1
1
name : Python tests
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ push :
5
+ branches : [ master ]
6
+ pull_request :
7
+ branches : [ master ]
4
8
5
9
jobs :
6
10
build :
9
13
10
14
strategy :
11
15
matrix :
12
- python : [ 3.5, 3. 8 ]
16
+ python : [ 3.8 ]
13
17
14
18
steps :
15
19
- uses : actions/checkout@v2
27
31
run : |
28
32
coverage run --omit=/home/travis/virtualenv/* -m unittest tests
29
33
- name : Coveralls
30
- run : coveralls --finish
31
- env :
32
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
-
34
+ uses : AndreMiras/ coveralls-python-action@develop
35
+ with :
36
+ parallel : true
37
+ flag-name : Unit Test
34
38
39
+ coveralls_finish :
40
+ needs : build
41
+ runs-on : ubuntu-latest
42
+ steps :
43
+ - name : Coveralls Finished
44
+ uses : AndreMiras/coveralls-python-action@develop
45
+ with :
46
+ parallel-finished : true
Original file line number Diff line number Diff line change 1
1
Wikibase reconciliation interface for OpenRefine
2
2
================================================
3
- [ ![ Build Status] ( https://travis-ci.org/wetneb/openrefine-wikibase.svg?branch=master )] ( https://travis-ci.org/wetneb/openrefine-wikibase ) [ ![ Documentation Status] ( https://readthedocs.org/projects/openrefine-wikibase/badge/?version=latest )] ( https://openrefine-wikibase.readthedocs.io/en/latest/?badge=latest ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/wetneb/openrefine-wikidata/badge.svg?branch=master )] ( https://coveralls.io/github/wetneb/openrefine-wikidata?branch=master )
3
+ i[ ![ Python tests] ( https://github.com/wetneb/openrefine-wikibase/actions/workflows/tests.yml/badge.svg )] ( https://github.com/wetneb/openrefine-wikibase/actions/workflows/tests.yml ) [ ![ Documentation Status] ( https://readthedocs.org/projects/openrefine-wikibase/badge/?version=latest )] ( https://openrefine-wikibase.readthedocs.io/en/latest/?badge=latest ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/wetneb/openrefine-wikidata/badge.svg?branch=master )] ( https://coveralls.io/github/wetneb/openrefine-wikidata?branch=master )
4
+
4
5
5
6
An instance of this endpoint for Wikidata can be found at:
6
7
https://wikidata.reconci.link/en/api
You can’t perform that action at this time.
0 commit comments