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

update pyproject.toml #34

Closed
wants to merge 7 commits into from
Closed

update pyproject.toml #34

wants to merge 7 commits into from

Conversation

suhascv
Copy link

@suhascv suhascv commented Feb 24, 2021

updating pyproject.toml with 'setuptools' version to solve this issue

@coveralls
Copy link

coveralls commented Feb 24, 2021

Coverage Status

Coverage remained the same at 95.283% when pulling c3c770f on suhascv:master into 5bf8fc8 on chaoss:master.

vchrombie and others added 7 commits February 24, 2021 15:08
Travis CI has brought a few changes in their plans
which is causing friction to the current workflow.

This commit removes the support of Travis CI and
adds the support of GitHub Actions as the new CI service.

Signed-off-by: Venu Vardhan Reddy Tekula <venu@bitergia.com>
Signed-off-by: suhascv <suhas749@protonmail.com>
This commit updates the configurations for coveralls
in the GitHub Actions CI workflow. This is necessary
for generating coveralls report.

It also removes a duplicate command for installing wheel.

Signed-off-by: Venu Vardhan Reddy Tekula <venu@bitergia.com>
Signed-off-by: suhascv <suhas749@protonmail.com>
Signed-off-by: suhascv <suhas749@protonmail.com>
Signed-off-by: suhascv <suhas749@protonmail.com>
Signed-off-by: suhascv <suhas749@protonmail.com>
Signed-off-by: suhascv <suhas749@protonmail.com>
Signed-off-by: suhascv <suhas749@protonmail.com>
@vchrombie
Copy link
Member

Hi @suhascv, thanks for your PR but we need some more changes here to make this perfect. I think I can help to make this perfect meanwhile we decide on the issue.

There are some extra commits in your branch which are not necessary for the PR. Kindly rebase with the upstream and force push the branch.

git fetch upstream
git rebase upstream/master
git push -f origin master

If you didn't set the upstream, you can add it now.

git remote -v
git remote add upstream https://github.com/chaoss/grimoirelab-toolkit

Also, please squash the multiple commits into one so that it would be easy for us to review.

Please let me know if you need any more help. :)

@suhascv suhascv closed this Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants