File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
[run]
2
+ relative_files = True
2
3
omit =
3
4
*test*
4
5
Original file line number Diff line number Diff line change 40
40
python -m pip install --upgrade pip
41
41
pip install tox>=2.0
42
42
make test
43
+ - name : Coveralls
44
+ uses : AndreMiras/coveralls-python-action@develop
45
+ if : ${{ matrix.os == 'ubuntu-latest' }}
46
+ with :
47
+ parallel : true
48
+ flag-name : run-${{ matrix.os }}-${{ matrix.python-version }}
43
49
44
50
build_apk :
45
51
name : Unit test apk
@@ -123,3 +129,12 @@ jobs:
123
129
- name : Rebuild updated recipes
124
130
run : |
125
131
make docker/run/make/rebuild_updated_recipes
132
+
133
+ coveralls_finish :
134
+ needs : test
135
+ runs-on : ubuntu-latest
136
+ steps :
137
+ - name : Coveralls Finished
138
+ uses : AndreMiras/coveralls-python-action@develop
139
+ with :
140
+ parallel-finished : true
You can’t perform that action at this time.
0 commit comments