Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement v1 #32
base: main
Are you sure you want to change the base?
Implement v1 #32
Changes from all commits
ec774fe
6bffb19
aad513e
4cfa0be
2fedcb1
65424e6
50def5f
6ea73a0
6534098
46cd60b
e991c32
fbbe06c
3a0d55c
3c22c34
5b46049
3497eda
86362c4
971e9d7
8c8de55
f8fac78
71cb9b3
01018f6
0ac49c7
5dc155e
b73597b
ab0dec7
12f5b2a
079c298
bf65480
8375c64
5c36ea4
da0c1bb
439404a
5cd183a
6635cea
5b58f3c
183329e
56af730
5bdd784
071e59f
33e3cc7
6197140
b8ef2c3
50f1046
02b8d40
a438405
34fa32c
81b7c2f
b63cd2f
a286c29
b290279
ba10fe1
9dc753c
210f8b9
5242ac1
bb17093
ac57386
cc8898a
06cdebe
5582caa
fbf518b
e017242
74de4a4
aff8056
0532c9c
4c19c12
08941a3
add26f4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: How about promoting this to an environment variable?
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO: How about dropping the support of Ruby 2.7, which has already been deprecated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit & IMHO: How about locating the unit test files into a specific directory, say
spec/unit
? It could be unintuitive that test files located in any directory except forspec/integration
won't be tested by any workflows.