This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-07
Channels
- # adventofcode (3)
- # announcements (6)
- # babashka (20)
- # beginners (53)
- # calva (11)
- # clj-kondo (11)
- # clojure (50)
- # clojure-argentina (4)
- # clojure-dev (1)
- # clojure-europe (14)
- # clojure-houston (1)
- # clojure-italy (2)
- # clojure-nl (4)
- # clojure-norway (3)
- # clojure-seattle (3)
- # clojure-uk (13)
- # clojurescript (2)
- # cloverage (1)
- # code-reviews (4)
- # conjure (2)
- # cursive (5)
- # datalevin (4)
- # datascript (33)
- # datomic (16)
- # events (1)
- # graphql (10)
- # gratitude (1)
- # honeysql (6)
- # introduce-yourself (2)
- # jobs (1)
- # lsp (88)
- # malli (8)
- # off-topic (3)
- # other-languages (4)
- # polylith (3)
- # re-frame (16)
- # reagent (17)
- # reitit (3)
- # releases (2)
- # remote-jobs (1)
- # rewrite-clj (3)
- # shadow-cljs (3)
- # slack-help (2)
- # sql (36)
- # testing (31)
- # tools-deps (41)
- # xtdb (23)
@fabrao you could consider uploading a code coverage report to http://codecov.io. I do this for rewrite-clj. Note that a little while ago http://codecov.io did have https://about.codecov.io/security-update/. All that said, some relevant pointers from rewrite-clj 1. github action code coverage workflow a. https://github.com/clj-commons/rewrite-clj/blob/a680e18e96b9c9b94c999201093a14f9144371ee/.github/workflows/code-coverage.yml#L46 that generates coverage report b. https://github.com/clj-commons/rewrite-clj/blob/a680e18e96b9c9b94c999201093a14f9144371ee/.github/workflows/code-coverage.yml#L48-L59 to http://codecov.io 2. the babashka task https://github.com/clj-commons/rewrite-clj/blob/a680e18e96b9c9b94c999201093a14f9144371ee/script/test_coverage.clj#L14-L18