Commit b590472
authored
ci(coverage): use informational-patch input instead of sed hack (#544)
Follow-up to #541. Replaces the `sed`-based `codecov.yml` patching with
the new `informational-patch` action input from getsentry/codecov-action
(merged in getsentry/codecov-action#54).
### Changes
- **`ci.yml`**: Remove the `sed` step, add `informational-patch: ${{
github.event_name == 'push' }}` to the codecov action
- **`codecov.yml`**: Remove the `patch.default.informational` section
(no longer needed)
### Behavior (unchanged)
| Context | `codecov/project` | `codecov/patch` |
|---------|-------------------|-----------------|
| PR | informational | **blocking** |
| `main` / `release/**` push | informational | informational |1 parent 838ccaa commit b590472
2 files changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | 182 | | |
187 | 183 | | |
188 | 184 | | |
189 | 185 | | |
190 | 186 | | |
| 187 | + | |
191 | 188 | | |
192 | 189 | | |
193 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
0 commit comments