Skip to content

Commit 07eb480

Browse files
CI : renamed steps
Signed-off-by: NeelParihar <neel@terminusdb.com>
1 parent 0b802f4 commit 07eb480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
run: |
4343
npm run mkdocs
4444
git diff --exit-code
45-
- name: npm test coverage
45+
- name: Genrate test coverage report
4646
run: npm run coveralls-after
47-
- name: Coveralls
47+
- name: Update coveralls
4848
uses: coverallsapp/github-action@master
4949
with:
5050
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)