Commit c43a5c4
committed
🤖 fix: restore codecov upload for integration tests
The original condition `steps.test-filter.outputs.filter != ''` referenced
a non-existent step ID, so integration test coverage was never uploaded.
This was introduced in bf49482.
Fix by adding an id to the test step and setting `ran=true` output when
tests actually run. The codecov upload is now conditioned on this output,
so it only runs when there's coverage data to upload.1 parent 36d327c commit c43a5c4
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| 151 | + | |
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
152 | 155 | | |
153 | | - | |
| 156 | + | |
154 | 157 | | |
155 | 158 | | |
156 | 159 | | |
| |||
0 commit comments