Skip to content

Commit 340c52d

Browse files
committed
remove coverage as there are no test cases
1 parent 91ee2ea commit 340c52d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
- name: build ${{ matrix.scala }}
3131
run: sbt ++${{ matrix.scala }} clean check
3232

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-
3933
- name: slack
4034
uses: homoluctus/slatify@master
4135
if: failure() && github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)