Skip to content

Commit 8c8c805

Browse files
authored
README.md fix badges, add link to doc and leave only basic example (#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
1 parent 490db48 commit 8c8c805

File tree

3 files changed

+24
-376
lines changed

3 files changed

+24
-376
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ and all passing tests. :rocket:
133133
5. Verify that the [Coding guidelines](#coding-guidelines) are respected
134134
6. Verify that the [automated tests](#running-tests) are passing
135135
7. Make a commit and push it to your fork
136-
8. From github, create the pull request. Automated tests from travis
137-
and coveralls will then automatically run the tests and check the code coverage
136+
8. From github, create the pull request. Automated tests from GitHub actions
137+
and codecov will then automatically run the tests and check the code coverage
138138
9. If other modifications are needed, you are free to create more commits and
139139
push them on your branch. They'll get added to the PR automatically.
140140

0 commit comments

Comments
 (0)