Skip to content

Commit

Permalink
trying to get codecov to work
Browse files Browse the repository at this point in the history
  • Loading branch information
matin committed Mar 20, 2020
1 parent f39e2c0 commit 5200d2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: make install-test
- name: Generate coverage report
run: pytest
run: pytest --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
# CLABE

![test](https://github.com/cuenca-mx/clabe-python/workflows/test/badge.svg?branch=pydantic)[![Coverage Status](https://coveralls.io/repos/github/cuenca-mx/clabe-python/badge.svg?branch=master)](https://coveralls.io/github/cuenca-mx/clabe-python?branch=master)
[![codecov](https://codecov.io/gh/cuenca-mx/clabe-python/branch/master/graph/badge.svg)](https://codecov.io/gh/cuenca-mx/clabe-python)
[![PyPI](https://img.shields.io/pypi/v/clabe.svg)](https://pypi.org/project/clabe/)

Librería para validar y calcular un número CLABE basado en
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -2,7 +2,7 @@
test=pytest

[tool:pytest]
addopts = -p no:warnings -v --cov=clabe --cov-report=html --cov-report=xml
addopts = -p no:warnings -v --cov=clabe

[flake8]
inline-quotes = '
Expand Down

0 comments on commit 5200d2e

Please sign in to comment.