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 f01b12e commit 774442eCopy full SHA for 774442e
.coverage
52 KB
.github/workflows/ci.yml
@@ -5,19 +5,19 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Checkout
8
- uses: actions/checkout@v4
+ uses: actions/checkout@v5.0.0-beta
9
with:
10
fetch-depth: 0
11
- name: Set up Python 3.10
12
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5.0.0-beta
13
14
python-version: '3.10'
15
- name: Install dependencies
16
run: pip install -r requirements.txt
17
- name: Run tests and collect coverage
18
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
19
- name: Upload coverage to Codecov
20
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5.0.0-beta
21
22
verbose: true
23
env:
0 commit comments