-
Notifications
You must be signed in to change notification settings - Fork 161
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
GitHub Actions CI #3182
Merged
Merged
GitHub Actions CI #3182
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gbarbon
added
Enhancement
This PR/Issue improves an part of Kapua
Test
Test related stuff. It's a dirty job, but someone needs to do that!
labels
Dec 18, 2020
Codecov Report
@@ Coverage Diff @@
## develop #3182 +/- ##
==========================================
Coverage 63.05% 63.06%
+ Complexity 2488 2485 -3
==========================================
Files 1118 1118
Lines 23146 23146
Branches 2004 2004
==========================================
+ Hits 14595 14597 +2
+ Misses 7630 7626 -4
- Partials 921 923 +2
|
Signed-off-by: Gianluca Barbon <gianluca.barbon@eurotech.com>
…ucumber feature Signed-off-by: Gianluca Barbon <gianluca.barbon@eurotech.com>
…GitHub Actions now Signed-off-by: Gianluca Barbon <gianluca.barbon@eurotech.com>
Signed-off-by: Gianluca Barbon <gianluca.barbon@eurotech.com>
gbarbon
force-pushed
the
feature-githubActionsCI
branch
from
December 21, 2020 10:09
6082f35
to
c3dd121
Compare
gbarbon
added
the
Stale PR
This PR has been sitting for a while. Needs to be checked before merging.
label
Dec 21, 2020
gbarbon
removed
the
Stale PR
This PR has been sitting for a while. Needs to be checked before merging.
label
Dec 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Enhancement
This PR/Issue improves an part of Kapua
Test
Test related stuff. It's a dirty job, but someone needs to do that!
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.
This PR introduces the GitHub Actions continuous integration to Kapua.
Related Issue
This PR partially fixes #3181
Description of the solution adopted
A
workflows/github-actions.yaml
script its added to the.github/
directory, and allows triggering the GitHub Actions on the Kapua project and its forks. Such yaml files is similar to thetravis.yaml
one, and allows having multiple jobs that performs in parallel all the integration testing phases.Screenshots
n/a
Any side note on the changes made
This PR does not remove the Travis CI integration (another PR is required for that), since the two (Travis CI and GitHub Actions) should be used in parallel for a period, in order to be sure that the results of GitHub actions are correct.