fix(coverall): temporarily delete the coverall
This commit is contained in:
parent
1887dfa8a4
commit
505a6bef42
|
@ -65,11 +65,6 @@ jobs:
|
|||
run: |
|
||||
docker exec -i erlang bash -c "make ct"
|
||||
docker exec -i erlang bash -c "make cover"
|
||||
- name: coveralls
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
make coveralls
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: failure()
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue