Skip to content

Commit

Permalink
point to test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nora-codecov committed Nov 19, 2024
1 parent e02bbe0 commit a8a4fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run tests and collect coverage
run: pytest --cov
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@main
uses: codecov/codecov-action@th/do-not-merge
with:
use_oidc: true
flags: backend
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run tests and collect coverage
run: npm run test
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@main
uses: codecov/codecov-action@th/do-not-merge
with:
use_oidc: true
flags: frontend

0 comments on commit a8a4fe9

Please sign in to comment.