Skip to content

Commit

Permalink
update ci and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
apayne97 committed Apr 12, 2024
1 parent c317c89 commit 36f4682
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/harbor-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
--cov=harbor \
harbor/tests
- name: Upload Code Coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.0.1
# Don't upload coverage scheduled or on fork
if: ${{ github.repository == 'choderalab/harbor'
&& github.event != 'schedule' }}
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# harbor
A port for docking evaluation and assessment
harbor
======
A home for docking evaluation and assessment
[![GitHub Actions Build Status](https://github.com/choderalab/harbor/workflows/harbor-ci.yaml/badge.svg)](https://github.com/choderalab/harbor/actions?query=workflow%3ACI+branch%3Amain)
[![codecov](https://codecov.io/gh/choderalab/harbor/branch/main/graph/badge.svg)](https://codecov.io/gh/choderalab/harbor/branch/main)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/choderalab/harbor/main.svg)](https://results.pre-commit.ci/latest/github/choderalab/harbor/main)
[![Documentation Status](https://readthedocs.org/projects/harbor/badge/?version=latest)](https://harbor.readthedocs.io/en/latest/?badge=latest)

# What should harbor help me do?
* Simplify the conversion of docking results and experimental data into an easily comparable format
Expand Down

0 comments on commit 36f4682

Please sign in to comment.