Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
f03f3dfe
Unverified
Commit
f03f3dfe
authored
4 years ago
by
Cam Saul
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Switch to Cam's Cloverage fork (fix upstream bugs) (#13198)
parent
cb7ad5bc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
project.clj
+6
-5
6 additions, 5 deletions
project.clj
with
6 additions
and
5 deletions
project.clj
+
6
−
5
View file @
f03f3dfe
...
...
@@ -43,12 +43,12 @@
[
org.clojure/core.match
"0.3.0"
]
; optimized pattern matching library for Clojure
[
org.clojure/core.memoize
"1.0.236"
]
; needed by core.match; has useful FIFO, LRU, etc. caching mechanisms
[
org.clojure/data.csv
"0.1.4"
]
; CSV parsing / generation
[
org.clojure/java.classpath
"
0.3
.0"
]
; examine the Java classpath from Clojure programs
[
org.clojure/java.classpath
"
1.0
.0"
]
; examine the Java classpath from Clojure programs
[
org.clojure/java.jdbc
"0.7.11"
]
; basic JDBC access from Clojure
[
org.clojure/math.combinatorics
"0.1.4"
]
; combinatorics functions
[
org.clojure/math.numeric-tower
"0.0.4"
]
; math functions like `ceil`
[
org.clojure/tools.logging
"1.1.0"
]
; logging framework
[
org.clojure/tools.namespace
"
0.2.11
"
]
[
org.clojure/tools.namespace
"
1.0.0
"
]
[
org.clojure/tools.trace
"0.7.10"
]
; function tracing
[
amalloy/ring-buffer
"1.2.2"
:exclusions
[
org.clojure/clojure
...
...
@@ -366,13 +366,14 @@
:cloverage
[
:test-common
{
:dependencies
[[
cloverage
"1.2.0"
:exclusions
[
riddley
]]]
:plugins
[[
lein-cloverage
"1.2.0"
]]
;; Using Cam's fork of Cloverage until 1.2.1 of the main repo is out. Once that's released we can switch back.
{
:dependencies
[[
camsaul/cloverage
"1.2.1.1"
:exclusions
[
riddley
]]]
:plugins
[[
camsaul/lein-cloverage
"1.2.1.1"
]]
:source-paths
^
:replace
[
"src"
"backend/mbql/src"
]
:test-paths
^
:replace
[
"test"
"backend/mbql/test"
]
:cloverage
{
:fail-threshold
69
:exclude-call
[
;; don't instrument logging forms, since they won't get executed as part of tests anyway
[
;; don't instrument logging forms, since they won't get executed as part of tests anyway
;; log calls expand to these
clojure.tools.logging/logf
clojure.tools.logging/logp
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment