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
Even when tests are fully passing, I can see some errors and warnings in the "Annotations" section of Actions.
In unit testing, for macos-latest, python 3.8, I can see the following messages:
[notice] A new release of pip is available: 21.1.1 -> 24.0
[notice] To update, run: python3.8 -m pip install --upgrade pip
I can also see some warning regarding code coverage with "macos-latest":
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
The text was updated successfully, but these errors were encountered:
NimaSarajpoor
changed the title
Some errors and warnings in GitHub Actions (macos-latest)
Errors and Warnings in GitHub Actions Annotations (macos-latest)
Jun 8, 2024
@NimaSarajpoor I'm not too concerned with either of these warnings/errors
Sure, we could add an extra run to the workflow to update pip. That's fine.
As for the codecov, with tests passing and other other non-macos platforms being able to upload their results, I'm okay with it. From what I've researched, codecov has some kinks that they are still trying to iron out. I'm gonna wait for other people to figure it out first and then we can update it when uploading fails for all platforms.
Even when tests are fully passing, I can see some errors and warnings in the "Annotations" section of Actions.
In unit testing, for macos-latest, python 3.8, I can see the following messages:
I can also see some warning regarding code coverage with "macos-latest":
The text was updated successfully, but these errors were encountered: