Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Fix Coveralls action tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Mar 25, 2020
1 parent 0cb8b91 commit dc9df91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
luacov -r lcov
- name: Report to Coveralls
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: luacov.report.out

0 comments on commit dc9df91

Please sign in to comment.