From c2fcc36a19da77e550a703ac2be09637dde81bd0 Mon Sep 17 00:00:00 2001 From: trent-codecov Date: Fri, 11 Oct 2024 19:27:18 -0400 Subject: [PATCH] Fix test --- tests/test_codecov_cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_codecov_cli.py b/tests/test_codecov_cli.py index 80136f06..00f773da 100644 --- a/tests/test_codecov_cli.py +++ b/tests/test_codecov_cli.py @@ -10,6 +10,7 @@ def test_existing_commands(): "empty-upload", "get-report-results", "label-analysis", + "network-upload", "pr-base-picking", "process-test-results", "send-notifications",