Skip to content

Commit 060258a

Browse files
committed
Merge branch 'master' into polygon_polyline
# Conflicts: # Sources/QuartzRenderer/QuartzRenderer.swift # Sources/SVGRenderer/SVGRenderer.swift # Sources/SwiftPlot/BarChart.swift # Sources/SwiftPlot/GraphLayout.swift # Sources/SwiftPlot/Histogram.swift # Sources/SwiftPlot/LineChart.swift # Sources/SwiftPlot/ScatterChart.swift # Tests/SwiftPlotTests/Reference/quartz/_01_single_series_line_chart.png # Tests/SwiftPlotTests/Reference/quartz/_02_multiple_series_line_chart.png # Tests/SwiftPlotTests/Reference/quartz/_03_sub_plot_horizontally_stacked_line_chart.png # Tests/SwiftPlotTests/Reference/quartz/_04_sub_plot_vertically_stacked_line_chart.png # Tests/SwiftPlotTests/Reference/quartz/_06_function_plot_line_chart.png # Tests/SwiftPlotTests/Reference/quartz/_07_secondary_axis_line_chart.png # Tests/SwiftPlotTests/Reference/quartz/_27_histogram_multi_stacked_step.png # Tests/SwiftPlotTests/Reference/quartz/_reg_57_histogram_stacked_step_offset.png
2 parents d979e54 + 0aa4f5e commit 060258a

File tree

292 files changed

+14425
-5716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+14425
-5716
lines changed

.github/workflows/swift.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ jobs:
1717
- name: Build
1818
run: swift build -v
1919
- name: Run tests
20-
run: swift test -v
20+
run: SWIFTPLOT_TEST_OUTPUT=/private/var/tmp/swiftplot swift test -v
21+
- name: Upload test artefacts
22+
uses: actions/upload-artifact@v1
23+
if: always()
24+
with:
25+
name: images
26+
path: /private/var/tmp/swiftplot/

0 commit comments

Comments
 (0)