File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# Runs a set of commands using the runners shell
47
47
- name : tests
48
- run : yarn test
48
+ run : yarn test --coverage
49
+
50
+ - name : Coveralls Parallel
51
+ uses : coverallsapp/github-action@master
52
+ with :
53
+ github-token : ${{ secrets.github_token }}
54
+ flag-name : run-${{ matrix.test_number }}
55
+ parallel : true
56
+
57
+ coverage :
58
+ needs : test
59
+ runs-on : ubuntu-latest
60
+ steps :
61
+ - name : Coveralls coverage
62
+ uses : coverallsapp/github-action@master
63
+ with :
64
+ github-token : ${{ secrets.github_token }}
65
+ parallel-finished : true
Original file line number Diff line number Diff line change 2
2
<a href =" https://www.npmjs.com/package/typeorm-polymorphic " ><img src =" https://img.shields.io/npm/v/typeorm-polymorphic.svg " /></a >
3
3
<img src =" https://github.com/bashleigh/typeorm-polymorphic/workflows/Tests/badge.svg " />
4
4
<img src =" https://camo.githubusercontent.com/a34cfbf37ba6848362bf2bee0f3915c2e38b1cc1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265 " />
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/bashleigh/typeorm-polymorphic/badge.svg?branch=master )] ( https://coveralls.io/github/bashleigh/typeorm-polymorphic?branch=master )
5
6
6
7
An extension package for polymorphic relationship management, declaration and repository queries for [ typeorm] ( https://typeorm.io/ )
7
8
You can’t perform that action at this time.
0 commit comments