Skip to content

Commit

Permalink
adding codecov tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviernogueira committed Jun 27, 2023
1 parent 6fc7019 commit ba80494
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ jobs:
run: >
micromamba activate DEV_ENV
&& pytest --cov=catalog_to_xpublish --cov-report=xml tests/
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Pre-Commit Status](https://github.com/xpublish-experiments/Catalog-To-Xpublish/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/xpublish-experiments/Catalog-To-Xpublish/actions/workflows/pre-commit.yml)
[![Tests Status](https://github.com/xpublish-experiments/Catalog-To-Xpublish/actions/workflows/tests.yml/badge.svg)](https://github.com/xpublish-experiments/Catalog-To-Xpublish/actions/workflows/tests.yml)
[![Coverage](https://codecov.io/gh/xpublish-experiments/Catalog-To-Xpublish/graph/badge.svg)](https://codecov.io/gh/xpublish-experiments/Catalog-To-Xpublish)

# Catalog-To-Xpublish

Expand Down

0 comments on commit ba80494

Please sign in to comment.