Skip to content

Commit

Permalink
ci: Remove tracing and coverage
Browse files Browse the repository at this point in the history
Coverage is quite low, and tracing slows down the tests. Coverage should
be handled again, but only for a single runner and not in the matrix
itself.
  • Loading branch information
evnu committed Oct 20, 2023
1 parent 769bad9 commit c2d01fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
- name: Compile PropCheck
run: mix compile --warnings-as-errors
- name: Run Tests
run: PROPCHECK_NUMTESTS=200 PROPCHECK_SEARCH_STEPS=1000 mix tests --cover --trace
run: PROPCHECK_NUMTESTS=200 PROPCHECK_SEARCH_STEPS=1000 mix tests
1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ defmodule PropCheck.Mixfile do
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
test_coverage: [threshold: 0.58],
package: package(),
name: "PropCheck",
homepage_url: @source_url,
Expand Down

0 comments on commit c2d01fb

Please sign in to comment.