We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a620852 commit 811ec01Copy full SHA for 811ec01
.github/workflows/unittests_codecov.yml
@@ -18,8 +18,8 @@ jobs:
18
python-version: [3.5, 3.6, 3.7]
19
steps:
20
- uses: actions/checkout@master
21
- - name: Setup Python
22
- uses: actions/setup-python@master
+ - name: Setup Python ${{ matrix.python-version }}
+ uses: actions/setup-python@v1
23
with:
24
python-version: ${{ matrix.python-version }}
25
- name: Static code checking with pyflakes
@@ -31,7 +31,6 @@ jobs:
31
pip install -r tests/test_requirements.txt
32
pip install -e .
33
pytest --cov=mkdocs_git_authors_plugin --cov-report=xml
34
- coverage combine
35
- name: Upload coverage to Codecov
36
uses: codecov/codecov-action@v1
37
0 commit comments