Skip to content

Commit

Permalink
Fix README.md badges (#260)
Browse files Browse the repository at this point in the history
Before this change, the README badges still pointed to the previous
project owner and were not being updated. For example, code coverage is
currently close to 90%, but it still displayed 81%.

Now badges refer to the new official repo, displaying up-to-date stats.

Additionally, previously we were using a website that incorrectly
displayed a badge stating DAG Factory had 10M downloads - I fixed to use
the official PyPI badge, with real PyPI stats (e.g. 415k downloads in
the last month).

<img width="1479" alt="Screenshot 2024-10-17 at 11 27 40"
src="https://github.com/user-attachments/assets/475a77de-39cf-40b5-ae4c-25f0cc8806d6">
  • Loading branch information
tatiana authored Oct 17, 2024
1 parent 12ee7a9 commit b677111
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# dag-factory

[![Github Actions](https://github.com/ajbosco/dag-factory/workflows/build/badge.svg?branch=master&event=push)](https://github.com/ajbosco/dag-factory/actions?workflow=build)
[![Coverage](https://codecov.io/github/ajbosco/dag-factory/coverage.svg?branch=master)](https://codecov.io/github/ajbosco/dag-factory?branch=master)
[![Github Actions](https://github.com/astronomer/dag-factory/workflows/build/badge.svg?branch=master&event=push)](https://github.com/astronomer/dag-factory/actions?workflow=build)
[![Coverage](https://codecov.io/github/astronomer/dag-factory/coverage.svg?branch=master)](https://codecov.io/github/astronomer/dag-factory?branch=master)
[![PyPi](https://img.shields.io/pypi/v/dag-factory.svg)](https://pypi.org/project/dag-factory/)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![Downloads](https://pepy.tech/badge/dag-factory)](https://pepy.tech/project/dag-factory)
[![Downloads](https://img.shields.io/pypi/dm/dag-factory.svg)](https://img.shields.io/pypi/dm/dag-factory)

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=2bb92a5b-beb3-48cc-a722-79dda1089eda" />

Welcome to *dag-factory*! *dag-factory* is a library for [Apache Airflow®](https://airflow.apache.org) to construct DAGs declaratively via configuration files.
Expand Down

0 comments on commit b677111

Please sign in to comment.