Skip to content

Commit

Permalink
README.md fix badges, add link to doc and leave only basic example (g…
Browse files Browse the repository at this point in the history
…raphql-python#141)

Replace travis badge by a GitHub action badge
Replace coveralls badge by a codecov badge
Add link to the documentation and leave only basic example in the README.md file
Remove last coveralls and travis references
  • Loading branch information
leszekhanusz committed Oct 3, 2020
1 parent e72bd6b commit 9e6dc7e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 376 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ and all passing tests. :rocket:
5. Verify that the [Coding guidelines](#coding-guidelines) are respected
6. Verify that the [automated tests](#running-tests) are passing
7. Make a commit and push it to your fork
8. From github, create the pull request. Automated tests from travis
and coveralls will then automatically run the tests and check the code coverage
8. From github, create the pull request. Automated tests from GitHub actions
and codecov will then automatically run the tests and check the code coverage
9. If other modifications are needed, you are free to create more commits and
push them on your branch. They'll get added to the PR automatically.

Expand Down
Loading

0 comments on commit 9e6dc7e

Please sign in to comment.