Skip to content

Commit aaffeb4

Browse files
fix: add env to see it fail
1 parent aeed876 commit aaffeb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
1919
- name: Upload coverage to Codecov
2020
uses: codecov/codecov-action@th/fix-tokenless-branches
21-
# uses: codecov/codecov-action@v5
2221
with:
2322
fail_ci_if_error: true
2423
verbose: true
25-
override_branch: fakebranch
24+
env: OS,PYTHON

0 commit comments

Comments
 (0)