Skip to content

Commit

Permalink
Remove unused exclude directory
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 committed Jan 2, 2025
1 parent b7b800c commit eea97ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: imciner2/run-lcov@v1
with:
input_directory: ${{ github.workspace }}/build
exclude: '"$GITHUB_WORKSPACE/tests/*" "$GITHUB_WORKSPACE/examples/*" "/usr/include/x86_64-linux-gnu/bits/*"'
exclude: '"$GITHUB_WORKSPACE/tests/*" "/usr/include/x86_64-linux-gnu/bits/*"'
output_file: '${{ github.workspace }}/build/coverage.info'

- name: Upload coverage
Expand Down

0 comments on commit eea97ae

Please sign in to comment.