Skip to content
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

feat: added codecov support and made coveralls optional #103

Merged
merged 3 commits into from
Nov 3, 2020

Conversation

GabrielBottari
Copy link
Member

Closes #102

@GabrielBottari GabrielBottari self-assigned this Nov 2, 2020
@@ -148,7 +148,7 @@ const Ui: FC = () => {
<Box marginBottom={1} />

<LabelValueInput
label="Coveralls token"
label="Coveralls token [optional]"
inputValue={coverallsToken}
Copy link
Collaborator

Choose a reason for hiding this comment

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

You should add the Press enter to skip placeholder like the others.
Also, do we want to provide support setup for codecov in the CLI?
If so, let's create a new issue I guess.

Copy link
Member Author

Choose a reason for hiding this comment

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

Alright lets create an issue for an additional optional command for codecov. I'll wrap up this once since I'm already here

@yann510 yann510 merged commit d141bd9 into master Nov 3, 2020
@yann510 yann510 deleted the 102-codecov-support branch November 3, 2020 15:40
@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2020

🎉 This PR is included in version 1.12.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Coveralls optional and add Codecov
2 participants