Skip to content

Commit 386153d

Browse files
committed
bug fix to broken CI related to codecov
1 parent 33e9dad commit 386153d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/surf_ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,7 @@ jobs:
7474
- name: VHDL Regression Testing
7575
run: |
7676
make MODULES=$PWD
77-
python -m pytest --cov -v -n auto tests/
78-
79-
- name: Code Coverage
80-
run: |
81-
codecov
82-
coverage report -m
77+
python -m pytest -v -n auto tests/
8378
8479
- name: Generate Documentation
8580
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/pre-release'

pip_requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ flake8
22
cocotb
33
cocotbext-axi
44
cocotb-test
5-
coverage
6-
codecov
75
pytest
8-
pytest-cov
96
pytest-xdist
107
cpplint
118
vsg

0 commit comments

Comments
 (0)