Skip to content

Commit

Permalink
Merge pull request #182 from robelgeda/github_workflow
Browse files Browse the repository at this point in the history
add GitHub CI badge
  • Loading branch information
robelgeda authored Aug 6, 2023
2 parents a8ff7bc + 78da4de commit 99128e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: ci_tests
name: CI Tests

on:
push:
Expand Down
12 changes: 4 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

PetroFit
--------
|rtd tag| |PyPI tag| |AJ tag| |astropy tag| |photutils tag|
|CI tag| |rtd tag| |PyPI tag| |AJ tag| |astropy tag| |photutils tag|

PetroFit is a package for calculating Petrosian properties, such as radii and concentration indices, as well as fitting
galaxy light profiles. In particular, PetroFit includes tools for performing accurate photometry, segmentations,
Expand Down Expand Up @@ -58,9 +58,9 @@ petrofit based on its use in the README file for the



.. |circleci tag| image:: https://circleci.com/gh/PetroFit/petrofit/tree/main.svg?style=svg
:target: https://circleci.com/gh/PetroFit/petrofit/tree/main
:alt: PetroFit circleci status
.. |CI tag| image:: https://github.com/PetroFit/petrofit/actions/workflows/ci_tests.yml/badge.svg?branch=main
:target: https://github.com/PetroFit/petrofit/actions/workflows/ci_tests.yml
:alt: PetroFit CI status

.. |rtd tag| image:: https://readthedocs.org/projects/petrofit/badge/?version=latest
:target: https://petrofit.readthedocs.io/en/latest/?badge=latest
Expand All @@ -81,7 +81,3 @@ petrofit based on its use in the README file for the
.. |photutils tag| image:: http://img.shields.io/badge/powered%20by-Photutils-blue.svg?style=flat&colorB=084680
:target: https://pypi.org/project/photutils/
:alt: Powered by photutils




0 comments on commit 99128e1

Please sign in to comment.