Skip to content

Commit 1706a46

Browse files
fix: force token
1 parent 3a59616 commit 1706a46

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/ci.yml

-7
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ jobs:
1616
run: pip install -r requirements.txt
1717
- name: Run tests and collect coverage
1818
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
19-
- name: Run upload
20-
run: |
21-
curl -Os https://cli.codecov.io/latest/linux/codecov
22-
chmod +x codecov
23-
./codecov -v create-commit -t ${{ secrets.CODECOV_TOKEN }}
24-
./codecov -v create-report -t ${{ secrets.CODECOV_TOKEN }}
25-
2619
- name: Upload coverage to Codecov
2720
uses: codecov/codecov-action@v4
2821
with:

codecov.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
codecov:
2+
token: 8bc7e3d2-552d-4b27-aa90-64b13fd7311c
3+
14
flag_management:
25
individual_flags:
36
- name: smart-tests

0 commit comments

Comments
 (0)