Skip to content

Commit b62964b

Browse files
authored
Merge branch 'main' into feat/get_app_docs_url
2 parents d5c9e30 + d4fe875 commit b62964b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
with:
7474
name: coverage-${{ matrix.python-version }}
7575
path: coverage
76+
include-hidden-files: true
7677

7778
coverage-combine:
7879
needs: [test]
@@ -105,6 +106,7 @@ jobs:
105106
with:
106107
name: coverage-html
107108
path: htmlcov
109+
include-hidden-files: true
108110

109111
# https://github.com/marketplace/actions/alls-green#why
110112
check: # This job does nothing and is only used for the branch protection

release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
### Internal
88

9+
* 💚 Set `include-hidden-files` to `True` when using the `upload-artifact` GH action. PR [#84](https://github.com/fastapi/fastapi-cli/pull/84) by [@svlandeg](https://github.com/svlandeg).
910
* 👷 Update `latest-changes` GitHub Action. PR [#79](https://github.com/fastapi/fastapi-cli/pull/79) by [@tiangolo](https://github.com/tiangolo).
1011
* 🔧 Update coverage configs. PR [#74](https://github.com/fastapi/fastapi-cli/pull/74) by [@tiangolo](https://github.com/tiangolo).
1112
* 🔧 Add URLs to `pyproject.toml`, show up in PyPI. PR [#72](https://github.com/fastapi/fastapi-cli/pull/72) by [@tiangolo](https://github.com/tiangolo).

0 commit comments

Comments
 (0)