File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -205,15 +205,15 @@ def test_generate_report(self):
205
205
report = report_size_deltas .generate_report (artifact_folder_object = artifact_folder_object ,
206
206
pr_head_sha = pr_head_sha , pr_number = pr_number )
207
207
report_markdown = (
208
- report_size_deltas .report_key_beginning + pr_head_sha
209
- + "](https://github.com/" + repository_name + "/pull/" + str (pr_number ) + "/commits/" + pr_head_sha
210
- + ")**\n \n "
211
- "FQBN | Flash Usage | RAM For Global Variables\n "
212
- "---|---|---\n "
213
- "adafruit:samd:adafruit_feather_m0 | 0 | N/A\n "
214
- "arduino:samd:mkrgsm1400 | N/A | N/A\n "
215
- "arduino:samd:mkrnb1500 | :green_heart: -24 | 0\n "
216
- "esp8266:esp8266:huzzah | :small_red_triangle: +32 | :small_red_triangle: +16" )
208
+ report_size_deltas .report_key_beginning + pr_head_sha
209
+ + "](https://github.com/" + repository_name + "/pull/" + str (pr_number ) + "/commits/" + pr_head_sha
210
+ + ")**\n \n "
211
+ "FQBN | Flash Usage | RAM For Global Variables\n "
212
+ "---|---|---\n "
213
+ "adafruit:samd:adafruit_feather_m0 | 0 | N/A\n "
214
+ "arduino:samd:mkrgsm1400 | N/A | N/A\n "
215
+ "arduino:samd:mkrnb1500 | :green_heart: -24 | 0\n "
216
+ "esp8266:esp8266:huzzah | :small_red_triangle: +32 | :small_red_triangle: +16" )
217
217
self .assertEqual (report_markdown , report ["markdown" ])
218
218
219
219
report_data = [{'flash' : 10580 ,
You can’t perform that action at this time.
0 commit comments