Skip to content

Commit

Permalink
Add missing space to codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Feb 14, 2025
1 parent 9b2add0 commit 29eee5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler+runtime/bin/jank/compiler+runtime/coverage.clj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
(util/quiet-shell {} (str "chmod +x " codecov-script))
(util/quiet-shell {}
(str codecov-script
"upload-process --disable-search --fail-on-error "
" upload-process --disable-search --fail-on-error "
" -t " (util/get-env "CODECOV_TOKEN")
" -n 'service'-" (util/get-env "GITHUB_RUN_ID" "local")
" -F service -f " lcov-file))))
Expand Down

0 comments on commit 29eee5b

Please sign in to comment.