-
Notifications
You must be signed in to change notification settings - Fork 41
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
chore: update a string of ci configs & gitignore & README #189
Conversation
Codecov Report
@@ Coverage Diff @@
## master #189 +/- ##
============================================
- Coverage 86.12% 86.10% -0.02%
+ Complexity 3212 3210 -2
============================================
Files 341 341
Lines 12200 12200
Branches 1085 1085
============================================
- Hits 10507 10505 -2
Misses 1171 1171
- Partials 522 524 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -7,7 +7,7 @@ on: | |||
branches: [ master, release-*, v0.* ] | |||
pull_request: | |||
# The branches below must be a subset of the branches above | |||
branches: [ master ] | |||
# branches: [ master ] # enable it in all PR |
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.
branches=empty means any pr? if so please update the comment at line 9
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.
yes
- /^v[0-9]\..*$/ | ||
pull_request: | ||
branches: |
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.
means any branch if keep none?
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.
yes
README.md
Outdated
The [project homepage](https://hugegraph.apache.org/docs/) contains more information about hugegraph-computer. | ||
|
||
And here are links of other repositories: | ||
1. [hugegraph-server](https://github.com/apache/incubator-hugegraph) (graph's core component - OLTP server) |
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.
ditto
@coderzc after this PR merged, travis CI will disappear |
name: publish hugegraph-computer images | ||
|
||
# TODO: could we use this action now? (if not, what shall we do?) | ||
on: |
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.
we couldn't use it due to lack (apache) permission, so just disable it manually (consider someway to use it)
also fix typo