Skip to content

Commit cfb7079

Browse files
franneck94franneck94
authored andcommitted
Updated codecov
1 parent 937a91f commit cfb7079

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ run:
3737
@$(PYTHON) $(SRC_APP)/main.py
3838

3939
test:
40-
@py.test --cov-report=xml --cov=fastvector $(SRC_TEST)/
40+
@pytest --cov=./$(SRC_TEST)/
4141
@codecov
4242

4343
doc:

requirements-dev.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33

44
# Testing
55
pytest==5.4.3
6-
mock==4.0.2
6+
codecov==2.1.7
7+
pytest-cov==2.10.0
78

89
# Linting
9-
coverage==4.5.4
1010
pylint==2.5.3
1111
flake8==3.8.3
12-
python-coveralls==2.9.3
1312
isort==4.3.21
1413

1514
# Documentation

0 commit comments

Comments
 (0)