Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonda-kriz committed Oct 22, 2024
1 parent 87ebb90 commit cf1f59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: coverallsapp/github-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ${{ steps.strings.outputs.build-output-dir }}/report/coverage.info
path-to-lcov: ${{ steps.strings.outputs.build-output-dir }}/coverage.info

- name: Update Coverage Badge
uses: we-cli/coverage-badge-action@main
Expand Down

0 comments on commit cf1f59f

Please sign in to comment.