stumpy icon indicating copy to clipboard operation
stumpy copied to clipboard

Errors and Warnings in GitHub Actions Annotations (macos-latest)

Open NimaSarajpoor opened this issue 1 year ago • 3 comments

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

NimaSarajpoor avatar Jun 08 '24 11:06 NimaSarajpoor