Skip to content

Commit

Permalink
Don't upgrade CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Aug 28, 2024
1 parent 5efcedd commit 02907ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- run: clojure -X:dev:test-h2:cloverage
name: Run tests with Cloverage
- name: Upload results to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
files: ./target/coverage/codecov.json

Expand Down
3 changes: 3 additions & 0 deletions test/toucan2/delete_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[clojure.test :refer :all]
[methodical.core :as m]
[toucan2.connection :as conn]
[toucan2.core]
[toucan2.delete :as delete]
[toucan2.model :as model]
[toucan2.pipeline :as pipeline]
Expand All @@ -12,6 +13,8 @@
[toucan2.tools.compile :as tools.compile]
[toucan2.tools.named-query :as tools.named-query]))

(comment toucan2.core/keep-me)

(deftest ^:parallel parse-args-test
;; these are basically the same as the select args so we don't need a ton of coverage here.
(are [args expected] (= expected
Expand Down

0 comments on commit 02907ae

Please sign in to comment.