diff --git a/CHANGELOG.md b/CHANGELOG.md index eff264c9..7ee44349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add naive list of package dependencies to pyproject.toml.([PR #123](https://github.com/ClimateImpactLab/dscim/pull/123), [@brews](https://github.com/brews)) +- CI, coverage, DOI badges on README. ([PR #134](https://github.com/ClimateImpactLab/dscim/pull/134), [@brews](https://github.com/brews)) ### Changed diff --git a/README.md b/README.md index 49279399..1d690d6a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![DOI](https://zenodo.org/badge/496710628.svg)](https://zenodo.org/badge/latestdoi/496710628) +[![Python package](https://github.com/ClimateImpactLab/dscim/actions/workflows/pythonpackage.yaml/badge.svg)](https://github.com/ClimateImpactLab/dscim/actions/workflows/pythonpackage.yaml) +[![Upload Python Package](https://github.com/ClimateImpactLab/dscim/actions/workflows/python-publish.yaml/badge.svg)](https://github.com/ClimateImpactLab/dscim/actions/workflows/python-publish.yaml) +[![codecov](https://codecov.io/gh/ClimateImpactLab/dscim/graph/badge.svg?token=DQMDSHFEYP)](https://codecov.io/gh/ClimateImpactLab/dscim) + # DSCIM: The Data-driven Spatial Climate Impact Model This Python library enables the calculation of sector-specific partial social cost of greenhouse gases (SC-GHG) and SCGHGs that are combined across sectors using a variety of valuation methods and assumptions. The main purpose of this