Skip to content

Commit

Permalink
Merge branch 'rdb' of github.com:OnToology/OnToology into rdb
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad88me committed Dec 25, 2020
2 parents 32d91c2 + 23da146 commit 5dd074e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
6 changes: 5 additions & 1 deletion README.md
@@ -1,8 +1,12 @@
# ![alt text](https://raw.githubusercontent.com/OnToology/OnToology/master/media/icons/logoprop1_readme.png "OnToology")
<!--[![Build Status](https://semaphoreci.com/api/v1/ahmad88me/ontoology/branches/master/badge.svg)](https://semaphoreci.com/ahmad88me/ontoology)
-->
<!--
[![Build Status](https://ahmad88me.semaphoreci.com/badges/OnToology.svg)](https://ahmad88me.semaphoreci.com/projects/OnToology)
[![codecov](https://codecov.io/gh/OnToology/OnToology/branch/master/graph/badge.svg)](https://codecov.io/gh/OnToology/OnToology)
-->
[![Build Status](https://ahmad88me.semaphoreci.com/badges/OnToology/branches/master.svg)](https://ahmad88me.semaphoreci.com/projects/OnToology)
[![codecov](https://codecov.io/gh/OnToology/OnToology/branch/master/graph/badge.svg?token=PJgHWaaa9l)](https://codecov.io/gh/OnToology/OnToology)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1317786.svg)](https://doi.org/10.5281/zenodo.1317786)

A system for collaborative ontology development process. Given a repository with an owl file, **OnToology** will survey it and produce diagrams, a complete documentation and validation based on common pitfalls.
Expand Down Expand Up @@ -82,4 +86,4 @@ There are two workflows:
## Dependency notice
* for the `djongo` library, make sure to install it from github, as the latest version which fixes an important bug is not yet in the release
* To run the tests, we use the `mock` option for github api. It was rejected by the `PyGithub` maintainers, so make sure to use
the version in `ahmad88me/PyGithub`.
the version in `ahmad88me/PyGithub`.
9 changes: 0 additions & 9 deletions scripts/run_coverage_within.sh

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/run_docker_coverage.sh

This file was deleted.

1 change: 1 addition & 0 deletions scripts/setup.sh
Expand Up @@ -60,6 +60,7 @@ environ['test_user_email']="$test_user_email"
#environ['db_host']="$db_host"
#environ['db_port']="$db_port"
environ['debug']="true"
environ['mock_id']="success"
environ['rabbit_log_dir']='$PLAYGROUND/rabbit.log'
environ['rabbit_processes']="1"
environ['db_name']="ontoology.db"
Expand Down
1 change: 1 addition & 0 deletions semaphoreci.sh
@@ -1,3 +1,4 @@
sh scripts/migrate.sh
.venv/bin/pip install --upgrade codecov # should be added later to the base docker
export PATH=.venv/bin/:$PATH
coverage run manage.py test OnToology
Expand Down

0 comments on commit 5dd074e

Please sign in to comment.