This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-11
Channels
- # ai (1)
- # announcements (59)
- # aws (3)
- # babashka (16)
- # beginners (36)
- # calva (29)
- # cider (7)
- # clj-kondo (33)
- # clojure (77)
- # clojure-austin (1)
- # clojure-australia (4)
- # clojure-europe (16)
- # clojure-france (7)
- # clojure-nl (2)
- # clojure-spec (1)
- # clojure-sweden (8)
- # clojure-uk (4)
- # clojurescript (17)
- # cloverage (4)
- # conjure (2)
- # cursive (3)
- # datomic (22)
- # emacs (16)
- # fulcro (10)
- # graphql (3)
- # helix (13)
- # jobs (1)
- # kaocha (1)
- # lsp (7)
- # malli (1)
- # nextjournal (1)
- # off-topic (32)
- # pedestal (8)
- # polylith (5)
- # reitit (4)
- # reveal (1)
- # shadow-cljs (67)
- # spacemacs (7)
- # tools-deps (6)
- # xtdb (4)
Hello, I´m trying to connect cloverage
with project github workflow action, chaning the status of CI, but I´m having some problems with github configuration, I know that here is not github
channel, but someone could do a change in CI status? In here? If is there any documentation about how to do this, I´d appreciate.
@fabrao I might be able to help, but not sure I understand yet. Can you explain: 1. what is happening now 2. what you'd like to happen
I think he's asking if there is a way to get cloverage to fail the build (exit with a non-zero status) if coverage is below a specified threshold. @lee
Oh. Thanks @seancorfield! So @fabrao have you tried adjusting the https://github.com/cloverage/cloverage#leiningen-project-options? If your coverage falls under the fail-threshold, if I remember correctly, the process should exit with a non-zero which should fail your CI workflow.