Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Oct 1, 2021
1 parent 2e2571f commit 3db6ba1
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 @@ -24,7 +24,7 @@ jobs:
uses: imciner2/run-lcov@v1
with:
input_directory: '${{ runner.workspace }}'
exclude: '"$GITHUB_WORKSPACE/test/*" "$GITHUB_WORKSPACE/linsys/external.*"'
exclude: '"$GITHUB_WORKSPACE/test/*" "$GITHUB_WORKSPACE/linsys/external/*"'
output_file: '${{ runner.workspace }}/coverage.info'

- name: Upload coverage
Expand Down

0 comments on commit 3db6ba1

Please sign in to comment.