simplecov-tailwindcss 2.0.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.all-contributorsrc +28 -0
- data/.erb-lint.yml +8 -0
- data/.eslintignore +1 -0
- data/.eslintrc.json +10 -0
- data/{CODE_OF_CONDUCT.md → .github/CODE_OF_CONDUCT.md} +12 -12
- data/.github/CONTRIBUTING.md +66 -0
- data/.github/ISSUE_TEMPLATE/bug_report.yml +54 -0
- data/.github/ISSUE_TEMPLATE/config.yml +11 -0
- data/.github/ISSUE_TEMPLATE/feature_request.yml +26 -0
- data/.github/PULL_REQUEST_TEMPLATE.md +2 -2
- data/.github/workflows/builds.yml +91 -0
- data/.github/workflows/github_publish.yml +1 -1
- data/.github/workflows/lints.yml +49 -0
- data/.github/workflows/rubygem_publish.yml +1 -1
- data/.github/workflows/tests.yml +17 -13
- data/.gitignore +1 -0
- data/.markdownlint.yml +18 -18
- data/.prettierignore +0 -1
- data/.prettierrc.json +12 -0
- data/.rubocop.yml +4907 -652
- data/.ruby-version +1 -1
- data/.vscode/settings.json +5 -0
- data/CHANGELOG.md +16 -0
- data/Gemfile +12 -9
- data/README.md +43 -28
- data/dist/app.css +3 -3
- data/dist/app.js +10 -10
- data/dist/scripts/controllers/darktheme_controller.js +13 -16
- data/dist/scripts/controllers/navigation_controller.js +9 -13
- data/dist/scripts/controllers/search_controller.js +48 -61
- data/dist/scripts/controllers/slideover_controller.js +11 -24
- data/dist/scripts/timeago.js +2 -2
- data/lib/simplecov-tailwindcss/version.rb +1 -1
- data/lib/simplecov-tailwindcss.rb +69 -53
- data/package.json +61 -55
- data/public/application.css +1 -1
- data/public/application.js +2 -2
- data/simplecov-tailwindcss.gemspec +23 -23
- data/tailwind.config.js +7 -7
- data/test/simplecov-tailwindcss/simplecov_tailwindcss_test.rb +2 -2
- data/views/dialog.erb +75 -29
- data/views/file_detail.erb +57 -56
- data/views/group_page.erb +2 -2
- data/views/main.erb +8 -9
- data/views/stat_card.erb +1 -1
- data/yarn.lock +1367 -310
- metadata +15 -9
- data/.eslintrc.js +0 -91
- data/.github/ISSUE_TEMPLATE/bug_report.md +0 -38
- data/.github/ISSUE_TEMPLATE/feature-request.md +0 -20
- data/.github/ISSUE_TEMPLATE/question.md +0 -10
- data/.prettierrc +0 -7
- data/CONTRIBUTING.md +0 -132
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88aa786589cd69f2c8de942c1f0d57bd8d9066d6e257b0fcc8b1b6e41a500306
|
|
4
|
+
data.tar.gz: 825f56e07ce49d20de9f934f7f566c47aa6003e51d54a472abbf6de86b702007
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 898411e7a9fbdc305a78d3957339f65cd322ebb5adae290ff03b2b11c50158adb669c214d0cb6489c685a6b6e892f05cb2841355c6aa51c065471da63c2fd01f
|
|
7
|
+
data.tar.gz: 836613c9e141c2a5cd791cce70e51ea0c5c99482686a84c8eeda485811f2741d058bf363255e99fa7de62710b5dce0319cd087e75f26b06969ac135981d018b4
|
data/.all-contributorsrc
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"files": [
|
|
3
|
+
"README.md"
|
|
4
|
+
],
|
|
5
|
+
"imageSize": 100,
|
|
6
|
+
"commit": false,
|
|
7
|
+
"contributors": [
|
|
8
|
+
{
|
|
9
|
+
"login": "chiefpansancolt",
|
|
10
|
+
"name": "Christopher Pezza",
|
|
11
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/5841177?v=4",
|
|
12
|
+
"profile": "https://chrispezza.me",
|
|
13
|
+
"contributions": [
|
|
14
|
+
"code",
|
|
15
|
+
"doc",
|
|
16
|
+
"tool",
|
|
17
|
+
"test",
|
|
18
|
+
"maintenance"
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"contributorsPerLine": 7,
|
|
23
|
+
"projectName": "simplecov-tailwindcss",
|
|
24
|
+
"projectOwner": "chiefpansancolt",
|
|
25
|
+
"repoType": "github",
|
|
26
|
+
"repoHost": "https://github.com",
|
|
27
|
+
"skipCi": true
|
|
28
|
+
}
|
data/.erb-lint.yml
ADDED
data/.eslintignore
CHANGED
data/.eslintrc.json
ADDED
|
@@ -14,21 +14,21 @@ orientation.
|
|
|
14
14
|
Examples of behavior that contributes to creating a positive environment
|
|
15
15
|
include:
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
- Using welcoming and inclusive language
|
|
18
|
+
- Being respectful of differing viewpoints and experiences
|
|
19
|
+
- Gracefully accepting constructive criticism
|
|
20
|
+
- Focusing on what is best for the community
|
|
21
|
+
- Showing empathy towards other community members
|
|
22
22
|
|
|
23
23
|
Examples of unacceptable behavior by participants include:
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
advances
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
- The use of sexualized language or imagery and unwelcome sexual attention or
|
|
26
|
+
advances
|
|
27
|
+
- Trolling, insulting/derogatory comments, and personal or political attacks
|
|
28
|
+
- Public or private harassment
|
|
29
|
+
- Publishing others' private information, such as a physical or electronic
|
|
30
30
|
address, without explicit permission
|
|
31
|
-
|
|
31
|
+
- Other conduct which could reasonably be considered inappropriate in a
|
|
32
32
|
professional setting
|
|
33
33
|
|
|
34
34
|
## Our Responsibilities
|
|
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
|
|
|
55
55
|
## Enforcement
|
|
56
56
|
|
|
57
57
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
58
|
-
reported by contacting the project team at chiefpansancolt
|
|
58
|
+
reported by contacting the project team at github@chiefpansancolt.live. All
|
|
59
59
|
complaints will be reviewed and investigated and will result in a response that
|
|
60
60
|
is deemed necessary and appropriate to the circumstances. The project team is
|
|
61
61
|
obligated to maintain confidentiality with regard to the reporter of an incident.
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Contributing to Simplecov Tailwind
|
|
2
|
+
|
|
3
|
+
First and for most thank you for taking the time to look to contribute to
|
|
4
|
+
Simplecov Tailwind, any help is apprciated to make Simplecov Tailwind better
|
|
5
|
+
and stronger!
|
|
6
|
+
|
|
7
|
+
## Code of Conduct
|
|
8
|
+
|
|
9
|
+
This project and everyone participating in it is governed by the [Simplecov
|
|
10
|
+
Material Code of Conduct](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/.github/CODE_OF_CONDUCT.md).
|
|
11
|
+
By participating, you are expected to uphold this code. Please report
|
|
12
|
+
unacceptable behavior to github@chiefpansancolt.live.
|
|
13
|
+
|
|
14
|
+
## How can I Contribute
|
|
15
|
+
|
|
16
|
+
### Reporting Bugs
|
|
17
|
+
|
|
18
|
+
#### Before submitting a bug report
|
|
19
|
+
|
|
20
|
+
This section guides you through submitting a bug report for Simplecov Tailwind.
|
|
21
|
+
Following these guidelines helps maintainers and the community understand your
|
|
22
|
+
report 📝, reproduce the behavior 💻 💻, and find related reports 🔎.
|
|
23
|
+
|
|
24
|
+
Before creating bug reports, please check [this list](https://github.com/chiefpansancolt/simplecov-tailwindcss/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
25
|
+
as you might find out that you don't need to create one. When you are creating
|
|
26
|
+
a bug report, please include as many details as possible. Fill out the
|
|
27
|
+
[required form](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/.github/ISSUE_TEMPLATE/bug_report.md)
|
|
28
|
+
, the information it asks for helps us resolve issues faster.
|
|
29
|
+
|
|
30
|
+
> Note: If you find a Closed issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one.
|
|
31
|
+
|
|
32
|
+
## Suggesting Enhancements
|
|
33
|
+
|
|
34
|
+
This section guides you through submitting an enhancement suggestion for
|
|
35
|
+
Simplecov Tailwind, including completely new features and minor improvements to
|
|
36
|
+
existing functionality. Following these guidelines helps maintainers and the
|
|
37
|
+
community understand your suggestion 📝 and find related suggestions 🔎.
|
|
38
|
+
|
|
39
|
+
Before creating enhancement suggestions, please check [this list](https://github.com/chiefpansancolt/simplecov-tailwindcss/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement)
|
|
40
|
+
as you might find out that you don't need to create one. When you are creating
|
|
41
|
+
an enhancement suggestion, please include as many details as possible. Fill in
|
|
42
|
+
the [form](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/.github/ISSUE_TEMPLATE/feature-request.md)
|
|
43
|
+
, including the steps that you imagine you would take if the feature you're
|
|
44
|
+
requesting existed.
|
|
45
|
+
|
|
46
|
+
## Code Contributions
|
|
47
|
+
|
|
48
|
+
Looking to contribute to Simplecov Tailwind? You can look for any tickets tagged with `help-wanted`
|
|
49
|
+
|
|
50
|
+
- [Help wanted issues](https://github.com/chiefpansancolt/simplecov-tailwindcss/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) - issues which could use help form the community to help complete
|
|
51
|
+
|
|
52
|
+
## Pull Requests
|
|
53
|
+
|
|
54
|
+
The process described here has several goals:
|
|
55
|
+
|
|
56
|
+
- Maintain Simplecov Tailwind's quality
|
|
57
|
+
- Fix problems that are important to users
|
|
58
|
+
- Engage the community in working toward the best possible Simplecov Tailwind Interaction
|
|
59
|
+
- Enable a sustainable system for Simplecov Tailwind's maintainers to review contributions
|
|
60
|
+
|
|
61
|
+
Please follow these steps to have your contribution considered by the maintainers:
|
|
62
|
+
|
|
63
|
+
- Follow all instructions in [the template](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/.github/PULL_REQUEST_TEMPLATE.md)
|
|
64
|
+
- After you submit your pull request, verify that all status checks are passing<details><summary>What if the status checks are failing?</summary>If a status check is failing, and you believe that the failure is unrelated to your change, please leave a comment on the pull request explaining why you believe the failure is unrelated. A maintainer will re-run the status check for you. If we conclude that the failure was a false positive, then we will open an issue to track that problem with our status check suite.</details>
|
|
65
|
+
|
|
66
|
+
While the prerequisites above must be satisfied prior to having your pull request reviewed, the reviewer(s) may ask you to complete additional design work, tests, or other changes before your pull request can be ultimately accepted.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
name: Bug Report
|
|
2
|
+
description: File a bug report
|
|
3
|
+
title: '[Bug]: '
|
|
4
|
+
labels: ['bug', 'triage']
|
|
5
|
+
assignees:
|
|
6
|
+
- chiefpansancolt
|
|
7
|
+
body:
|
|
8
|
+
- type: markdown
|
|
9
|
+
attributes:
|
|
10
|
+
value: |
|
|
11
|
+
Thanks for taking the time to fill out this bug report!
|
|
12
|
+
- type: textarea
|
|
13
|
+
id: what-happened
|
|
14
|
+
attributes:
|
|
15
|
+
label: What happened?
|
|
16
|
+
description: Also tell us, what did you expect to happen?
|
|
17
|
+
placeholder: Tell us what you see!
|
|
18
|
+
value: 'A bug happened!'
|
|
19
|
+
validations:
|
|
20
|
+
required: true
|
|
21
|
+
- type: dropdown
|
|
22
|
+
id: version
|
|
23
|
+
attributes:
|
|
24
|
+
label: Version
|
|
25
|
+
description: What version of our software are you running?
|
|
26
|
+
options:
|
|
27
|
+
- 2.0.0
|
|
28
|
+
- 1.0.0
|
|
29
|
+
validations:
|
|
30
|
+
required: true
|
|
31
|
+
- type: dropdown
|
|
32
|
+
id: browsers
|
|
33
|
+
attributes:
|
|
34
|
+
label: What browsers are you seeing the problem on?
|
|
35
|
+
multiple: true
|
|
36
|
+
options:
|
|
37
|
+
- Firefox
|
|
38
|
+
- Chrome
|
|
39
|
+
- Safari
|
|
40
|
+
- Microsoft Edge
|
|
41
|
+
- type: textarea
|
|
42
|
+
id: logs
|
|
43
|
+
attributes:
|
|
44
|
+
label: Relevant log output
|
|
45
|
+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
46
|
+
render: shell
|
|
47
|
+
- type: checkboxes
|
|
48
|
+
id: terms
|
|
49
|
+
attributes:
|
|
50
|
+
label: Code of Conduct
|
|
51
|
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/CODE_OF_CONDUCT.md)
|
|
52
|
+
options:
|
|
53
|
+
- label: I agree to follow this project's Code of Conduct
|
|
54
|
+
required: true
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
blank_issues_enabled: false
|
|
2
|
+
contact_links:
|
|
3
|
+
- name: Get Help
|
|
4
|
+
url: https://github.com/chiefpansancolt/simplecov-tailwindcss/discussions/new?category=help
|
|
5
|
+
about: If you can't get something to work the way you expect, open a question in our discussion forums.
|
|
6
|
+
- name: GitHub Community Support
|
|
7
|
+
url: https://github.community/
|
|
8
|
+
about: Please ask and answer questions here.
|
|
9
|
+
- name: GitHub Security Bug Bounty
|
|
10
|
+
url: https://bounty.github.com/
|
|
11
|
+
about: Please report security vulnerabilities here.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
name: Feature Request
|
|
2
|
+
description: Have a feature Idea tell us about it
|
|
3
|
+
title: '[Enhancement]: '
|
|
4
|
+
labels: ['enhancement', 'triage']
|
|
5
|
+
assignees:
|
|
6
|
+
- chiefpansancolt
|
|
7
|
+
body:
|
|
8
|
+
- type: markdown
|
|
9
|
+
attributes:
|
|
10
|
+
value: |
|
|
11
|
+
Thanks for taking the time to tell us about your idea to help make this better!
|
|
12
|
+
- type: textarea
|
|
13
|
+
attributes:
|
|
14
|
+
label: What is the Idea?
|
|
15
|
+
placeholder: Tell us what you are thinking about!
|
|
16
|
+
value: 'A Idea is happening!'
|
|
17
|
+
validations:
|
|
18
|
+
required: true
|
|
19
|
+
- type: checkboxes
|
|
20
|
+
id: terms
|
|
21
|
+
attributes:
|
|
22
|
+
label: Code of Conduct
|
|
23
|
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/CODE_OF_CONDUCT.md)
|
|
24
|
+
options:
|
|
25
|
+
- label: I agree to follow this project's Code of Conduct
|
|
26
|
+
required: true
|
|
@@ -13,14 +13,14 @@ Please delete options that are not relevant.
|
|
|
13
13
|
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
|
14
14
|
- [ ] This change requires a documentation update
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
## How Has This Been Tested?
|
|
17
17
|
|
|
18
18
|
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
|
|
19
19
|
|
|
20
20
|
- [ ] Test A
|
|
21
21
|
- [ ] Test B
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
## Checklist
|
|
24
24
|
|
|
25
25
|
- [ ] My code follows the style guidelines of this project
|
|
26
26
|
- [ ] I have performed a self-review of my own code
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
name: Build
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches:
|
|
6
|
+
- main
|
|
7
|
+
pull_request:
|
|
8
|
+
branches:
|
|
9
|
+
- main
|
|
10
|
+
|
|
11
|
+
permissions:
|
|
12
|
+
checks: write
|
|
13
|
+
contents: write
|
|
14
|
+
|
|
15
|
+
jobs:
|
|
16
|
+
run-js-build:
|
|
17
|
+
name: Run JS Build
|
|
18
|
+
runs-on: ubuntu-latest
|
|
19
|
+
|
|
20
|
+
steps:
|
|
21
|
+
- name: Check out Git repository
|
|
22
|
+
uses: actions/checkout@v2
|
|
23
|
+
|
|
24
|
+
- name: Set up Node.js
|
|
25
|
+
uses: actions/setup-node@v3
|
|
26
|
+
with:
|
|
27
|
+
node-version: 16
|
|
28
|
+
|
|
29
|
+
- name: Install Node.js dependencies
|
|
30
|
+
run: yarn install
|
|
31
|
+
|
|
32
|
+
- name: Compile JS
|
|
33
|
+
run: yarn build:js
|
|
34
|
+
|
|
35
|
+
- name: Upload Compiled JS
|
|
36
|
+
uses: actions/upload-artifact@v3
|
|
37
|
+
with:
|
|
38
|
+
name: application.js
|
|
39
|
+
path: public/application.js
|
|
40
|
+
|
|
41
|
+
run-css-build:
|
|
42
|
+
name: Run CSS Build
|
|
43
|
+
runs-on: ubuntu-latest
|
|
44
|
+
|
|
45
|
+
steps:
|
|
46
|
+
- name: Check out Git repository
|
|
47
|
+
uses: actions/checkout@v2
|
|
48
|
+
|
|
49
|
+
- name: Set up Node.js
|
|
50
|
+
uses: actions/setup-node@v3
|
|
51
|
+
with:
|
|
52
|
+
node-version: 16
|
|
53
|
+
|
|
54
|
+
- name: Install Node.js dependencies
|
|
55
|
+
run: yarn install
|
|
56
|
+
|
|
57
|
+
- name: Compile JS
|
|
58
|
+
run: yarn build:css
|
|
59
|
+
|
|
60
|
+
- name: Upload Compiled CSS
|
|
61
|
+
uses: actions/upload-artifact@v3
|
|
62
|
+
with:
|
|
63
|
+
name: application.css
|
|
64
|
+
path: public/application.css
|
|
65
|
+
|
|
66
|
+
run-gem-build:
|
|
67
|
+
name: Run Gem Build
|
|
68
|
+
runs-on: ubuntu-latest
|
|
69
|
+
|
|
70
|
+
steps:
|
|
71
|
+
- name: Check out Git repository
|
|
72
|
+
uses: actions/checkout@v2
|
|
73
|
+
|
|
74
|
+
- name: Set up Ruby
|
|
75
|
+
uses: ruby/setup-ruby@v1
|
|
76
|
+
with:
|
|
77
|
+
ruby-version: .ruby-version
|
|
78
|
+
|
|
79
|
+
- name: Install Ruby Gem dependencies
|
|
80
|
+
run: |
|
|
81
|
+
gem install bundler -v 2.3.11
|
|
82
|
+
bundle install --jobs 4 --retry 3
|
|
83
|
+
|
|
84
|
+
- name: Build Gem
|
|
85
|
+
run: yarn gem:build
|
|
86
|
+
|
|
87
|
+
- name: Upload Compiled Gem
|
|
88
|
+
uses: actions/upload-artifact@v3
|
|
89
|
+
with:
|
|
90
|
+
name: simplecov-tailwindcss.gem
|
|
91
|
+
path: ./*.gem
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
name: Lint
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches:
|
|
6
|
+
- main
|
|
7
|
+
pull_request:
|
|
8
|
+
branches:
|
|
9
|
+
- main
|
|
10
|
+
|
|
11
|
+
permissions:
|
|
12
|
+
checks: write
|
|
13
|
+
contents: write
|
|
14
|
+
|
|
15
|
+
jobs:
|
|
16
|
+
run-linters:
|
|
17
|
+
name: Run linters
|
|
18
|
+
runs-on: ubuntu-latest
|
|
19
|
+
|
|
20
|
+
steps:
|
|
21
|
+
- name: Check out Git repository
|
|
22
|
+
uses: actions/checkout@v2
|
|
23
|
+
|
|
24
|
+
- name: Set up Node.js
|
|
25
|
+
uses: actions/setup-node@v3
|
|
26
|
+
with:
|
|
27
|
+
node-version: 16
|
|
28
|
+
|
|
29
|
+
- name: Install Node.js dependencies
|
|
30
|
+
run: yarn install
|
|
31
|
+
|
|
32
|
+
- name: Set up Ruby
|
|
33
|
+
uses: ruby/setup-ruby@v1
|
|
34
|
+
with:
|
|
35
|
+
ruby-version: .ruby-version
|
|
36
|
+
|
|
37
|
+
- name: Install Ruby Gem dependencies
|
|
38
|
+
run: |
|
|
39
|
+
gem install bundler -v 2.4.8
|
|
40
|
+
bundle install --jobs 4 --retry 3
|
|
41
|
+
|
|
42
|
+
- name: Run linters
|
|
43
|
+
uses: wearerequired/lint-action@v2
|
|
44
|
+
with:
|
|
45
|
+
eslint: true
|
|
46
|
+
prettier: true
|
|
47
|
+
rubocop: true
|
|
48
|
+
erblint: true
|
|
49
|
+
erblint_args: '--lint-all'
|
data/.github/workflows/tests.yml
CHANGED
|
@@ -4,23 +4,27 @@ on: [pull_request]
|
|
|
4
4
|
|
|
5
5
|
jobs:
|
|
6
6
|
ruby-test:
|
|
7
|
-
|
|
8
7
|
runs-on: ubuntu-latest
|
|
9
8
|
|
|
10
9
|
strategy:
|
|
11
10
|
matrix:
|
|
12
|
-
ruby: [3.1.2, 3.0.4, 2.7.6, 2.6.10, 2.5.9, head]
|
|
11
|
+
ruby: [3.2.1, 3.1.2, 3.0.4, 2.7.6, 2.6.10, 2.5.9, head]
|
|
13
12
|
|
|
14
13
|
steps:
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
- name: Checkout Code
|
|
15
|
+
uses: actions/checkout@v1
|
|
16
|
+
- name: Set up Ruby
|
|
17
|
+
uses: ruby/setup-ruby@v1
|
|
18
|
+
with:
|
|
19
|
+
ruby-version: ${{ matrix.ruby }}
|
|
21
20
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
21
|
+
- name: Build and Test
|
|
22
|
+
run: |
|
|
23
|
+
gem install bundler -v 2.3.26
|
|
24
|
+
bundle install --jobs 4 --retry 3
|
|
25
|
+
bundle exec rake test
|
|
26
|
+
- name: Upload coverage results
|
|
27
|
+
uses: actions/upload-artifact@v3
|
|
28
|
+
with:
|
|
29
|
+
name: coverage-report
|
|
30
|
+
path: coverage
|
data/.gitignore
CHANGED
data/.markdownlint.yml
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
default: true
|
|
2
2
|
|
|
3
3
|
# Exclusions for deliberate/widespread violations
|
|
4
|
-
MD001: false
|
|
5
|
-
MD002: false
|
|
6
|
-
MD007:
|
|
7
|
-
|
|
8
|
-
MD012: false
|
|
9
|
-
MD013: false
|
|
10
|
-
MD014: false
|
|
11
|
-
MD019: false
|
|
12
|
-
MD021: false
|
|
13
|
-
MD024: false
|
|
14
|
-
MD026: false
|
|
15
|
-
MD029: false
|
|
16
|
-
MD030: false
|
|
17
|
-
MD033: false
|
|
18
|
-
MD034: false
|
|
19
|
-
MD040: false
|
|
20
|
-
MD041: false
|
|
21
|
-
MD046: false
|
|
4
|
+
MD001: false # Header levels should only increment by one level at a time
|
|
5
|
+
MD002: false # First header should be a h1 header
|
|
6
|
+
MD007: # Unordered list indentation
|
|
7
|
+
indent: 4
|
|
8
|
+
MD012: false # Multiple consecutive blank lines
|
|
9
|
+
MD013: false # Line length
|
|
10
|
+
MD014: false # Dollar signs used before commands without showing output
|
|
11
|
+
MD019: false # Multiple spaces after hash on atx style header
|
|
12
|
+
MD021: false # Multiple spaces inside hashes on closed atx style header
|
|
13
|
+
MD024: false # Multiple headers with the same content
|
|
14
|
+
MD026: false # Trailing punctuation in header
|
|
15
|
+
MD029: false # Ordered list item prefix
|
|
16
|
+
MD030: false # Spaces after list markers
|
|
17
|
+
MD033: false # Allow inline HTML
|
|
18
|
+
MD034: false # Bare URL used
|
|
19
|
+
MD040: false # Fenced code blocks should have a language specified
|
|
20
|
+
MD041: false # First line in file should be a top level header
|
|
21
|
+
MD046: false # Code block style
|
data/.prettierignore
CHANGED
data/.prettierrc.json
ADDED