Skip to content

Commit a169879

Browse files
committed
step5
1 parent 4991735 commit a169879

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
python -m pip install --upgrade pip
2323
pip install -r requirements.txt
2424
pip install flake8 pytest pytest-cov
25+
pip install -e .
2526
2627
- name: Run linter
2728
run: make lint

coverage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" ?>
2-
<coverage version="7.6.12" timestamp="1740119301390" lines-valid="42" lines-covered="11" line-rate="0.2619" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
2+
<coverage version="7.6.12" timestamp="1740121761804" lines-valid="42" lines-covered="11" line-rate="0.2619" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
33
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.6.12 -->
44
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
55
<sources>

gendiff/__Init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)