Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/copier/.copier-answers.python.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is @generated by <https://github.com/liblaf/copier-python>.
# DO NOT EDIT!
# prettier-ignore
_commit: v0.1.14
_commit: v0.1.15
_src_path: gh:liblaf/copier-python
answers_file_shared: .config/copier/.copier-answers.shared.yaml
namespace: liblaf
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,13 @@ jobs:
name: Upload Coverage
uses: codecov/codecov-action@v5
with:
report_type: coverage
use_oidc: true
- if: success() || failure()
name: Upload Test Results
uses: codecov/test-results-action@v1
uses: codecov/codecov-action@v5
with:
report_type: test_results
use_oidc: true
strategy:
matrix:
Expand Down