We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1807fbc commit 2bccac9Copy full SHA for 2bccac9
.github/workflows/ci.yml
@@ -1,5 +1,5 @@
1
name: Workflow for Codecov example-python
2
-on: [push, pull_request]
+on: [push, pull_request, pull_request_target]
3
jobs:
4
run:
5
runs-on: ubuntu-latest
@@ -15,9 +15,9 @@ jobs:
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@th/fix-head-repo-for-tokenless
21
with:
22
verbose: true
23
env:
0 commit comments