Skip to content

Commit

Permalink
chore(copier-config): update commit version to v0.11.1313-gd85056
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Feb 25, 2024
1 parent d85056b commit 1b513b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tmp/.copier-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.11.12-7-g7c17e28
_commit: v0.11.13-13-gd85056b
_src_path: .
author: Young Joon Lee
build_and_release: true
Expand Down
3 changes: 2 additions & 1 deletion tmp/.github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
echo '\n\n\n'
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
fail_ci_if_error: false # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit 1b513b8

Please sign in to comment.