-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I am using bashcov 3.2.0. See the following script:
#!/usr/bin/env bash
cat << EOF > test.txt
This is some file content
EOFThen I run bashcov on it:
bashcov ./test.sh
And I get the following report:
The file is correctly created with the given content , so the heredoc has been evaluated. bashcov does not report the corresponding lines as covered, though.
coderabbitai
Metadata
Metadata
Assignees
Labels
No labels