Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Update #18

Merged
merged 4 commits into from
Jun 25, 2018
Merged

Update #18

merged 4 commits into from
Jun 25, 2018

Conversation

kyxyes
Copy link
Contributor

@kyxyes kyxyes commented Jun 21, 2018

No description provided.

@kyxyes kyxyes requested a review from artemnih as a code owner June 21, 2018 19:48
createGroup() {
const group = this.fb.group({});
this.controls.forEach(control => group.addControl(control.name, this.createControl(control)));
this.controls.forEach(control => {
if (!control.custom) group.addControl(control.name, this.createControl(control));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kyxyes I'm not seeing the test coverage on Coveralls.io. Could you take a look please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KalleV Where or how could I see the test coverage on Coveralls.io?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kyxyes There should be a link in the PR status checks.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KalleV Ok, but I saw the coverage results from travis build https://travis-ci.com/LabShare/ngx-forms/jobs/130848006

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kyxyes That's good, it means the test coverage is being generated in some form, but it seems to not be recognized by Coveralls based on the status of Coverage remained the same at ?% and the empty report.

@artemnih artemnih merged commit 7d142cc into LabShare-Archive:master Jun 25, 2018
@KalleV
Copy link
Contributor

KalleV commented Jun 25, 2018

🎉 This PR is included in version 1.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@KalleV KalleV deleted the update branch June 25, 2018 20:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants