This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 190
ci: setup github action workflow for testing #1462
Merged
Merged
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
ghost
added
Complexity: Medium
Less than 256 lines changed.
Status: In Progress
The issue or pull request is being worked on.
labels
Sep 21, 2019
faustbrian
force-pushed
the
gh-actions
branch
from
September 21, 2019 03:31
0e9e1b0
to
d4ba209
Compare
faustbrian
force-pushed
the
gh-actions
branch
from
September 21, 2019 03:38
a4387c6
to
d1c7279
Compare
faustbrian
requested review from
alexbarnsley,
ItsANameToo and
luciorubeens
as code owners
September 21, 2019 03:54
ghost
added
Status: Needs Review
The issue or pull request needs a review by a developer of the team.
and removed
Status: In Progress
The issue or pull request is being worked on.
labels
Sep 21, 2019
Codecov Report
@@ Coverage Diff @@
## develop #1462 +/- ##
========================================
Coverage 41.41% 41.41%
========================================
Files 237 237
Lines 6616 6616
Branches 1299 1299
========================================
Hits 2740 2740
Misses 3646 3646
Partials 230 230 Continue to review full report at Codecov.
|
@faustbrian there are failing things |
Yeah, it's just the depcheck task which is unrelated to this PR. I'll send another PR to fix that issue. |
ghost
mentioned this pull request
Sep 22, 2019
alexbarnsley
approved these changes
Sep 23, 2019
ghost
deleted the
gh-actions
branch
September 23, 2019 09:06
ghost
removed
the
Status: Needs Review
The issue or pull request needs a review by a developer of the team.
label
Sep 23, 2019
ghost
mentioned this pull request
Sep 29, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Setup lint, depcheck and unit testing as workflows for GitHub Actions.
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Does this PR release a new version?
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
develop
branch, not themaster
branchIf adding a new feature, the PR's description includes: