Skip to content

Commit

Permalink
fix: set back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Dec 18, 2024
1 parent 42da616 commit e26253f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@ jobs:
- name: Run tests and collect coverage
run: pytest --cov app
- name: Upload coverage to Codecov (arg token)
uses: codecov/codecov-action@th/bump-scripts-and-logging
uses: codecov/codecov-action@main
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
- name: Upload coverage to Codecov (env token)
uses: codecov/codecov-action@th/bump-scripts-and-logging
uses: codecov/codecov-action@main
with:
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage to Codecov (no token)
uses: codecov/codecov-action@th/bump-scripts-and-logging
uses: codecov/codecov-action@main
with:
fail_ci_if_error: true
verbose: true
- name: Upload coverage to Codecov (oidc)
uses: codecov/codecov-action@th/bump-scripts-and-logging
uses: codecov/codecov-action@main
with:
fail_ci_if_error: true
use_oidc: true
Expand Down

0 comments on commit e26253f

Please sign in to comment.