livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

Fix coveralls to use github actions #437

Closed kyriediculous closed 3 years ago

kyriediculous commented 3 years ago

Our current coveralls workflow using the npm module is deprecated instead npm run coverage will still generate the report but this now has to be uploaded to coveralls using a github action

      - name: Coveralls
        uses: coverallsapp/github-action@master
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
yondonfu commented 3 years ago

Closed by #439