Skip to content

Commit 2647067

Browse files
committed
Remove coverage from requirements-dev.txt; source venv for coverage
Signed-off-by: Ev Lacey <elacey@nvidia.com>
1 parent a6aebdb commit 2647067

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
./run test all unit
3535
- name: Coverage
3636
run: |
37+
source .venv/bin/activate
3738
coverage xml
3839
- name: Upload coverage
3940
uses: codecov/codecov-action@v1

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pycodestyle
1111
pyflakes
1212
black
1313
isort
14-
coverage
1514
pytype>=2020.6.1; platform_system != "Windows"
1615
types-pkg_resources
1716
mypy>=0.790

0 commit comments

Comments
 (0)