Skip to content

Commit

Permalink
fix(build): changed coverallsapp version
Browse files Browse the repository at this point in the history
  • Loading branch information
nskybytskyi committed Apr 8, 2023
1 parent cbe6acb commit 1b54c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: make coverage

- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@master
with:
path-to-lcov: ${{runner.workspace}}/build/coverage.info
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1b54c21

Please sign in to comment.