Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Oct 26, 2023
1 parent 41ef719 commit 7cd9980
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
codecov:
notify:
# Keep this in sync with the number of CI jobs uploading coverage.
after_n_builds: 2
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true
changes:
default:
informational: true

comment:
layout: "header, diff, changes, tree"
behavior: default
2 changes: 1 addition & 1 deletion .github/workflows/CILong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: julia-actions/julia-runtest@v1
env:
HECKE_TEST_THREADS: "1"
JULIA_NUM_THEADS: "2"
JULIA_NUM_THREADS: "2"
- name: "Process code coverage"
uses: julia-actions/julia-processcoverage@v1
- name: "Upload coverage data to Codecov"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ y = joinpath(Hecke.pkgdir, "test", "$x.jl")
################################################################################

if "threads" in ARGS || get(ENV, "HECKE_TEST_THREADS", "false") in ["1", "true"]
@info "Running only threading tests: threads.jl"
@info "Running only threading tests with $(Threads.nthreads()): threads.jl"
include("threads.jl")
exit()
end
Expand Down

0 comments on commit 7cd9980

Please sign in to comment.