Fix version of CI coverage action

This commit is contained in:
Brendan C. Ward 2022-10-19 20:17:53 -07:00
parent ee3c3ea7c2
commit 5de63e7cd6
No known key found for this signature in database
GPG Key ID: BA077BE8F8B9CE08

View File

@ -88,7 +88,7 @@ jobs:
- name: Convert coverage.out to coverage.lcov
uses: jandelgado/gcov2lcov-action@v1.0.9
- name: Coveralls
uses: coverallsapp/github-action@v1.1.3
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: coverage.lcov