Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/arduino-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: edff9eda0ac1907a7a50925a7bdc4af8f4fea7e6
Choose a base ref
..
head repository: arduino/arduino-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 88dfbee474753f62285ee9d3ed994c79dc1d437a
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −1 .codecov.yml
  2. +0 −1 .github/workflows/test-go-task.yml
3 changes: 2 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
ignore:
- rpc/**
- i18n/cmd/**
- internal/integrationtest/**

coverage:
status:
project:
default:
target: 30%
patch: off
changes: off
changes: false
1 change: 0 additions & 1 deletion .github/workflows/test-go-task.yml
Original file line number Diff line number Diff line change
@@ -209,5 +209,4 @@ jobs:
token: ${{ env.CODECOV_TOKEN }}
files: ./coverage.txt
flags: unit
disable_search: true
fail_ci_if_error: ${{ github.repository == 'arduino/arduino-cli' }}