Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 13275dd

Browse filesBrowse files
committed
ci: fix missing source for codecov
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 67dc78b commit 13275dd
Copy full SHA for 13275dd

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎.github/workflows/test.yml

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ jobs:
1515
test:
1616
runs-on: ubuntu-latest
1717
steps:
18+
-
19+
name: Checkout
20+
uses: actions/checkout@v4
1821
-
1922
name: Test
2023
uses: docker/bake-action@v6
2124
with:
25+
source: .
2226
targets: test
2327
-
2428
name: Upload coverage

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.