You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like the title says, it would be nice if the title of the post could be updated to include the version of Python that the test were run against. So if we use GitHub Workflows ability to run a matrix like so:
We could either have multiple comments, or since it appears the action already looks for an existing comment with the title "Python Coverage", that the table could be updated to include the report with the specific python version run with.
including a switch like python-version: ${{ matrix.python-version }} would be nice for this
The text was updated successfully, but these errors were encountered:
Like the title says, it would be nice if the title of the post could be updated to include the version of Python that the test were run against. So if we use GitHub Workflows ability to run a matrix like so:
We could either have multiple comments, or since it appears the action already looks for an existing comment with the title "Python Coverage", that the table could be updated to include the report with the specific python version run with.
including a switch like
python-version: ${{ matrix.python-version }}
would be nice for thisThe text was updated successfully, but these errors were encountered: