@codecovdesign - So far I've actually not been able to utilize the feature. I enabled it on a low risk advent of code repo but it errored out specifically with this
Closed this issue · 3 comments
@codecovdesign - So far I've actually not been able to utilize the feature. I enabled it on a low risk advent of code repo but it errored out specifically with this
/home/runner/work/_temp/b7fd63f0-da56-45ca-b23d-f3a1eebe35ed.sh: line 1: unexpected EOF while looking for matching `"'
Let me know if I should open a separate issue for this. It appears maybe there is a length issue when selecting the test as the command shown in the github actions is that it attempted to run as
Run pytest --cov=advent_of_code --cov-branch "--cov-context=test" "advent_of_code/2022/04/test_advent_04.py::test_check_overlaps[input0-True
Does not appear to be full test name and doesn't include a terminating quote.
Originally posted by @shepherdjay in codecov/feedback#173 (comment)
@shepherdjay this is strange, would you be able to run the action in verbose mode? You can add verbose: true
I re-enabled -- looks like this was potential fixed in #32
@shepherdjay let us know if you have any more feedback here! Glad you were able to try this out again