Skip to content

Commit

Permalink
codecov support
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Aug 25, 2024
1 parent 6f6b0bf commit e8ab6da
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:
with:
file: ./coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true

11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# METEOR
Map Enhancement Tools for Ephemeral Occupancy Refinement
(set of tools for crystallographic electron density maps containing low ligand/species populations)
----------

# Your Project Name

[![Pytest](https://github.com/alisiafadini/meteor/actions/workflows/tests.yml/badge.svg)](https://github.com/your_username/your_repo/actions/workflows/tests.yml)
[![Mypy](https://github.com/alisiafadini/meteor/actions/workflows/mypy.yml/badge.svg)](https://github.com/your_username/your_repo/actions/workflows/mypy.yml)
[![Ruff](https://github.com/alisiafadini/meteor/actions/workflows/lint.yml/badge.svg)](https://github.com/your_username/your_repo/actions/workflows/lint.yml)
[![codecov](https://codecov.io/gh/your_username/your_repo/branch/main/graph/badge.svg)](https://codecov.io/gh/your_username/your_repo)

Set of tools for crystallographic electron density maps containing low ligand/species populations.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ exclude = [
"__pycache__/",
"*.pyc",
]

[tool.pytest.ini_options]
addopts = "--cov=meteor --cov-report=xml"

0 comments on commit e8ab6da

Please sign in to comment.