Skip to content

Commit 04d6fde

Browse files
committed
fix cover.out artifact
1 parent b52e0a4 commit 04d6fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Upload coverage results
6262
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
6363
with:
64-
file: cover.out
64+
files: cover.out
6565
flags: agent
6666
env_vars: GO_VERSION,TEST_MONGODB_IMAGE
6767
fail_ci_if_error: false

0 commit comments

Comments
 (0)