Skip to content

Commit

Permalink
more requires in codecov step also
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Jul 22, 2024
1 parent 8470ba4 commit 9c338c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
:coverage
{:extra-deps {cloverage/cloverage {:mvn/version "1.2.4"}}
:extra-paths ["test" "test-resources"]
:main-opts ["-m" "cloverage.coverage"
:main-opts ["-e" "(require 'stencil.api 'stencil.process 'stencil.model) ((requiring-resolve 'stencil.spec/instrument))"
"-m" "cloverage.coverage"
"--codecov"
"-p" "src" "-s" "test"]}

Expand Down

0 comments on commit 9c338c3

Please sign in to comment.