File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 43
43
run : npm ci --prefer-offline --no-audit
44
44
45
45
- name : Run Tests
46
- run : npm test
46
+ run : npm run cov
47
+
48
+ - name : Coveralls
49
+ uses : coverallsapp/github-action@master
50
+ with :
51
+ github-token : ${{ secrets.GITHUB_TOKEN }}
47
52
48
53
- name : Compiles
49
54
run : npm run build
Original file line number Diff line number Diff line change 11
11
<a href =" https://github.com/StarpTech/graphql-registry/actions?query=workflow%3ABENCH " >
12
12
<img src="https://github.com/StarpTech/graphql-registry/actions/workflows/bench.yml/badge.svg" alt="BENCH" />
13
13
</a >
14
+ <a href =' https://coveralls.io/github/StarpTech/graphql-registry?branch=main ' ><img src =' https://coveralls.io/repos/github/StarpTech/graphql-registry/badge.svg?branch=main ' alt =' Coverage Status ' /></a >
14
15
</div >
15
16
16
17
<div align =" center " >GraphQL registry</div >
You can’t perform that action at this time.
0 commit comments