tests: auto-generated from examples.yml (#773) [skip ci]
This commit is contained in:
@@ -1,59 +0,0 @@
|
||||
- name: Language plugin (default)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_languages: yes
|
||||
|
||||
- name: Language plugin (ignored languages)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_languages: yes
|
||||
plugin_languages_ignored: html, css, dockerfile
|
||||
|
||||
- name: Language plugin (skipped repositories)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_languages: yes
|
||||
plugin_languages_skipped: metrics
|
||||
|
||||
- name: Language plugin (custom color set)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_languages: yes
|
||||
plugin_languages_colors: complementary
|
||||
|
||||
- name: Language plugin (with details)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_languages: yes
|
||||
plugin_languages_details: percentage
|
||||
|
||||
- name: Language plugin (with threshold)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_languages: yes
|
||||
plugin_languages_threshold: 2%
|
||||
|
||||
- name: Language plugin (with categories)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_languages: yes
|
||||
plugin_languages_categories: programming, data
|
||||
|
||||
- name: Language plugin (complete)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_languages: yes
|
||||
plugin_languages_ignored: html, css, dockerfile
|
||||
plugin_languages_skipped: metrics
|
||||
plugin_languages_colors: rainbow
|
||||
plugin_languages_details: bytes-size, percentage
|
||||
plugin_languages_threshold: 2%
|
||||
plugin_languages_categories: programming, markup, data
|
||||
Reference in New Issue
Block a user