Update coverall action

This commit is contained in:
Fernando Falci 2022-01-01 15:54:18 -03:00
parent 06aabfffe6
commit c1fcc51c07
No known key found for this signature in database
GPG key ID: AB787B833D90361D

View file

@ -35,6 +35,6 @@ jobs:
run: npm run test-ci
- name: Coverage
uses: coverallsapp/github-action@v1.1.1
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}