We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ee2ea commit 340c52dCopy full SHA for 340c52d
1 file changed
.github/workflows/ci.yml
@@ -30,12 +30,6 @@ jobs:
30
- name: build ${{ matrix.scala }}
31
run: sbt ++${{ matrix.scala }} clean check
32
33
- - name: test coverage
34
- if: success()
35
- env:
36
- COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
37
- run: sbt ++${{ matrix.scala }} coverageReport coverageAggregate coveralls
38
-
39
- name: slack
40
uses: homoluctus/slatify@master
41
if: failure() && github.ref == 'refs/heads/master'
0 commit comments