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.
2 parents d902c97 + fe33c78 commit 10eaa1cCopy full SHA for 10eaa1c
.github/workflows/ci.yml
@@ -6,18 +6,16 @@ jobs:
6
steps:
7
- name: Checkout
8
uses: actions/checkout@v4
9
- with:
10
- fetch-depth: 0
11
- name: Set up Python 3.10
12
uses: actions/setup-python@v4
13
with:
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 }}
+ run: pytest --cov app
19
- name: Upload coverage to Codecov
20
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
21
22
verbose: true
23
env:
0 commit comments