Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 88dfbee

Browse files
committed
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'
1 parent 3850ffd commit 88dfbee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.codecov.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
ignore:
22
- rpc/**
33
- i18n/cmd/**
4+
- internal/integrationtest/**
45

56
coverage:
67
status:
78
project:
89
default:
910
target: 30%
1011
patch: off
11-
changes: off
12+
changes: false

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /