Skip to content

Commit

Permalink
add coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jan 9, 2025
1 parent 0db0c0d commit 470ae2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ jobs:
python -m pip install "apache-airflow${{ matrix.airflow-version }}"
- name: Run the test with coverage
run: pytest --cov
# - name: Coveralls
# # uses: coverallsapp/[email protected]
# # with:
# # github-token: ${{ secrets.GITHUB_TOKEN }}
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
# run: coveralls
- name: Coveralls
# uses: coverallsapp/[email protected]
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: coveralls

docs:
name: Doc test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dlairflow

[![CI](https://github.com/astro-datalab/dlairflow/actions/workflows/CI.yml/badge.svg)](https://github.com/astro-datalab/dlairflow/actions/workflows/CI.yml) [![RTD](https://readthedocs.org/projects/dlairflow/badge/?version=latest)](https://dlairflow.readthedocs.io/en/latest/)
[![CI](https://github.com/astro-datalab/dlairflow/actions/workflows/CI.yml/badge.svg)](https://github.com/astro-datalab/dlairflow/actions/workflows/CI.yml) [![Coverage Status](https://coveralls.io/repos/github/astro-datalab/dlairflow/badge.svg?branch=main)](https://coveralls.io/github/astro-datalab/dlairflow?branch=main) [![RTD](https://readthedocs.org/projects/dlairflow/badge/?version=latest)](https://dlairflow.readthedocs.io/en/latest/)

Reusable code components for building Apache Airflow DAGs.

Expand Down

0 comments on commit 470ae2e

Please sign in to comment.