We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537ad44 commit ee3f0a5Copy full SHA for ee3f0a5
.github/workflows/master.yml
@@ -40,10 +40,10 @@ jobs:
40
- name: Check code modifications
41
run: git diff --exit-code
42
43
- - name: Coveralls
44
- uses: coverallsapp/github-action@master
45
- with:
46
- github-token: ${{ secrets.GITHUB_TOKEN }}
+# - name: Coveralls
+# uses: coverallsapp/github-action@master
+# with:
+# github-token: ${{ secrets.GITHUB_TOKEN }}
47
48
build:
49
name: Build
0 commit comments