Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump codecov/codecov-action from 3 to 4 #2522

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 16, 2024

  1. Bump codecov/codecov-action from 3 to 4

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3850ffd View commit details
    Browse the repository at this point in the history
  2. Disable search in integration tests subfolders

    because the current version of the codecov uploader crash if a broken link is found:
    
    Traceback (most recent call last):
      File "codecov_cli/main.py", line 83, in <module>
      File "codecov_cli/main.py", line 79, in run
      File "click/core.py", line 1157, in __call__
      File "click/core.py", line 1078, in main
      File "click/core.py", line 1688, in invoke
      File "click/core.py", line 1434, in invoke
      File "click/core.py", line 783, in invoke
      File "click/decorators.py", line 33, in new_func
      File "codecov_cli/commands/upload.py", line 257, in do_upload
      File "codecov_cli/services/upload/__init__.py", line 78, in do_upload_logic
      File "codecov_cli/services/upload/upload_collector.py", line 174, in generate_upload_data
      File "codecov_cli/services/upload/upload_collector.py", line 100, in _produce_file_fixes
      File "codecov_cli/services/upload/upload_collector.py", line [114](https://github.com/arduino/arduino-cli/actions/runs/9112950400/job/25053833785?pr=2522#step:8:115), in _get_file_fixes
    FileNotFoundError: [Errno 2] No such file or directory: 'internal/integrationtest/compile_4/testdata/ValidSketchWithNonInoBrokenSketchFileSymlink/other_file.c'
    cmaglie committed May 16, 2024
    Configuration menu
    Copy the full SHA
    88dfbee View commit details
    Browse the repository at this point in the history