Skip to content

Commit

Permalink
Update documentation: remove travis
Browse files Browse the repository at this point in the history
  • Loading branch information
goessebr committed Jun 24, 2024
1 parent ba45836 commit 883d854
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 5 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ contribution. For certain changes, such as updating a part of the documentation
this is not necessary.

We place a lot of importance on code quality, expect to have a good
amount of code coverage present and run frequent unit tests. All commits and pull
requests will be automatically tested using [GitHub Actions workflows].
amount of code coverage present and run frequent unit tests.
Code coverage is being monitored with [Coveralls].

Locally you can run unit tests by using [pytest].
Expand All @@ -48,9 +47,10 @@ feature/<ticketnumber>_description_of_feature
Feature and bugfix branches should be branched from develop and will be merged
back into develop once approved through a pull request.
Every pull request will be run through [Travis-ci]. When providing a pull
request, please run the unit tests first and make sure they all pass. Please
provide new unit tests to maintain 100% coverage. If you send us a pull request
All commits and pull requests will be automatically tested using
[GitHub Actions workflows]. When providing a pull request, please run
the unit tests first and make sure they all pass. Please provide new unit tests
to maintain 100% coverage. If you send us a pull request
that doesn't pass all tests, please correct the issue at hand or let us
know why it's not working.
Expand All @@ -60,7 +60,6 @@ know why it's not working.
[Github page for Atramhasis]: https://github.com/OnroerendErfgoed/atramhasis
[Github issue]: https://github.com/OnroerendErfgoed/atramhasis/issues
[development guidelines]: https://atramhasis.readthedocs.io/en/latest/development.html
[Travis-ci]: https://travis-ci.org/OnroerendErfgoed/atramhasis
[Coveralls]: https://coveralls.io/r/OnroerendErfgoed/atramhasis
[pytest]: http://pytest.org
[GitHub Actions workflows]: https://github.com/OnroerendErfgoed/atramhasis/actions
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Atramhasis
:target: https://pypi.python.org/pypi/atramhasis
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5801135.svg
:target: https://doi.org/10.5281/zenodo.5801135
.. image:: https://app.travis-ci.com/OnroerendErfgoed/atramhasis.svg?branch=develop
:target: https://app.travis-ci.com/OnroerendErfgoed/atramhasis
.. image:: https://coveralls.io/repos/github/OnroerendErfgoed/atramhasis/badge.svg?branch=develop
:target: https://coveralls.io/github/OnroerendErfgoed/atramhasis?branch=develop
.. image:: https://scrutinizer-ci.com/g/OnroerendErfgoed/atramhasis/badges/quality-score.png?b=develop
Expand Down

0 comments on commit 883d854

Please sign in to comment.