Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Th/test tokenless1 #260

Prev Previous commit
Next Next commit
fix: it shoudl work now
  • Loading branch information
thomasrockhu-codecov committed Nov 15, 2024
commit c54e6a26ae414fc50ea720a5916473ed104e1b5c
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Run tests and collect coverage
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
- name: Upload coverage to Codecov
# uses: codecov/codecov-action@7ff8c66a50230f45e5ce25141ac0169d09344819
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@7ff8c66a50230f45e5ce25141ac0169d09344819
# uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
verbose: true
Loading