Skip to content

Commit a0680d6

Browse files
fix: use main
1 parent 982372b commit a0680d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Run tests and collect coverage
1818
run: pytest --cov app
1919
- name: Upload coverage to Codecov
20-
uses: codecov/codecov-action@th/do-not-merge
20+
uses: codecov/codecov-action@main
2121
with:
2222
fail_ci_if_error: true
2323
verbose: true

0 commit comments

Comments
 (0)