We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10f8b2 commit c1034ebCopy full SHA for c1034eb
.github/workflows/ci.yaml
@@ -43,7 +43,7 @@ jobs:
43
echo -e '[ui]\nusername = Testing Mercurial<[email protected]>' > ~/.hgrc
44
hg --version
45
- name: Install test dependencies
46
- run: pip install -r requirements/test.txt
+ run: pip install '.[test]'
47
- name: Test
48
run: pytest --cov-report=xml
49
- name: Upload coverage to Codecov
@@ -62,7 +62,7 @@ jobs:
62
steps:
63
- uses: actions/checkout@v3
64
with:
65
- depth: 0
+ fetch-depth: 0
66
token: ${{ secrets.PAT }}
67
68
- uses: actions/setup-python@v4
0 commit comments