|
I would like to be able to report from a github action on different linting result sets in testspace. I tried to add multiple resultsets , but the effect was that none of them were recognized. looking at the upload this appears to work but the results are all empty. |
Answered by
ivailop
Jan 28, 2022
Replies: 1 comment 6 replies
|
Yes, it is possible and should be working as expected. I think the issue is on your side - you specified wrong slashes ( |
6 replies
Answer selected by
Josverl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Yes, it is possible and should be working as expected.
I think the issue is on your side - you specified wrong slashes (
\vs/) at https://github.com/Josverl/micropython-stubs/blob/0212fb42caea9b9934a4185344d6d1c822044bc6/.github/workflows/testspace.yml#L47-L48. As a result of that the more specific pyright log files end up empty.