-
|
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. |
Beta Was this translation helpful? Give feedback.
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 ( |
Beta Was this translation helpful? Give feedback.

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.