Skip to content

Commit 929bb7e

Browse files
author
Fabio Silva
committed
implantacao codecov.
1 parent b09de8c commit 929bb7e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
- name: Instalar dependências
2424
run: |
2525
pip install -r requirements-dev.txt
26+
- name: testes
27+
run: |
28+
pytest --cov=libpythopro_fls
2629
- name: Codecov
27-
uses: codecov/codecov-action@v2.1.0
2830
env:
2931
CODECOV_TOKEN: '0418bf9b-2a55-4c89-a472-9c51c1183e6d'
30-
run: |
31-
pipenv run codecov
32+
run: |
33+
codecov

0 commit comments

Comments
 (0)