General package update #17
CI.yml
on: pull_request
Documentation
3m 36s
Matrix: test
Annotations
2 errors and 3 warnings
Documentation:
src/reliability/ten_berge.jl#L64
doctest failure in ~/work/ClassicalTestTheory.jl/ClassicalTestTheory.jl/src/reliability/ten_berge.jl:64-70
```jldoctest
julia> mu_up_to(2)
3-element Vector{Mu}:
(::Mu) (generic function with 1 method)
(::Mu) (generic function with 1 method)
(::Mu) (generic function with 1 method)
```
Subexpression:
mu_up_to(2)
Evaluated output:
ERROR: UndefVarError: mu_up_to not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
3-element Vector{Mu}:
(::Mu) (generic function with 1 method)
(::Mu) (generic function with 1 method)
(::Mu) (generic function with 1 method)
diff =
Warning: Diff output requires color.
3-element Vector{Mu}:
(::Mu) (generic function with 1 method)
(::Mu) (generic function with 1 method)
(::Mu) (generic function with 1 method)ERROR: UndefVarError: mu_up_to not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation
Process completed with exit code 1.
|
Julia nightly - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Julia 1.8 - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|