File tree Expand file tree Collapse file tree 5 files changed +22
-5
lines changed Expand file tree Collapse file tree 5 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Action for running tests
2
2
# This file has been automatically created.
3
3
# To recreate it you can run this command
4
- # ./console generate:test-action --plugin="TreemapVisualization" --php-versions="7.2,8.1 "
4
+ # ./console generate:test-action --plugin="TreemapVisualization" --php-versions="7.2,8.2" --schedule-cron="5 2 * * 6 "
5
5
6
6
name : Plugin TreemapVisualization Tests
7
7
12
12
branches :
13
13
- ' **.x-dev'
14
14
workflow_dispatch :
15
+ schedule :
16
+ - cron : " 5 2 * * 6"
15
17
16
18
permissions :
17
19
actions : read
Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci .com/matomo-org/plugin-TreemapVisualization. svg?branch=4.x-dev )] ( https://travis-ci .com/matomo-org/plugin-TreemapVisualization )
1
+ [ ![ Build Status] ( https://github .com/matomo-org/plugin-TreemapVisualization/actions/workflows/matomo-tests.yml/badge. svg?branch=4.x-dev )] ( https://github .com/matomo-org/plugin-TreemapVisualization/actions/workflows/matomo-tests.yml )
2
2
3
3
## Description
4
4
Original file line number Diff line number Diff line change 1
- {}
1
+ {
2
+ "TreemapVisualization" : {
3
+ "PluginDescription" : " Matomo のレポートをツリーマップとして視覚化します。 各レポートのツリーマップ アイコンをクリックして、視覚化を読み込みます。" ,
4
+ "Treemap" : " ツリーマップ"
5
+ }
6
+ }
Original file line number Diff line number Diff line change 1
- {}
1
+ {
2
+ "TreemapVisualization" : {
3
+ "PluginDescription" : " Visualize qualquer relatório no Matomo como um Treemap (árvore). Clique no ícone Treemap em cada relatório para carregar a visualização." ,
4
+ "Treemap" : " Treemap (árvore)"
5
+ }
6
+ }
Original file line number Diff line number Diff line change 1
- {}
1
+ {
2
+ "TreemapVisualization" : {
3
+ "PluginDescription" : " 在 Matomo 中以樹狀圖視覺化任何報表。在報表中點擊樹狀圖圖示,來載入此視覺化圖。" ,
4
+ "Treemap" : " 樹狀圖"
5
+ }
6
+ }
You can’t perform that action at this time.
0 commit comments