Skip to content

Commit ee3f0a5

Browse files
author
Christian González Di Antonio
committed
commented Coveralls execution into github actions
1 parent 537ad44 commit ee3f0a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
- name: Check code modifications
4141
run: git diff --exit-code
4242

43-
- name: Coveralls
44-
uses: coverallsapp/github-action@master
45-
with:
46-
github-token: ${{ secrets.GITHUB_TOKEN }}
43+
# - name: Coveralls
44+
# uses: coverallsapp/github-action@master
45+
# with:
46+
# github-token: ${{ secrets.GITHUB_TOKEN }}
4747

4848
build:
4949
name: Build

0 commit comments

Comments
 (0)