fix(coverall): temporarily delete the coverall

This commit is contained in:
Shawn 2020-12-28 15:31:09 +08:00
parent 1887dfa8a4
commit 505a6bef42
1 changed files with 0 additions and 5 deletions

View File

@ -65,11 +65,6 @@ jobs:
run: | run: |
docker exec -i erlang bash -c "make ct" docker exec -i erlang bash -c "make ct"
docker exec -i erlang bash -c "make cover" docker exec -i erlang bash -c "make cover"
- name: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make coveralls
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v1
if: failure() if: failure()
with: with: