Closed DilumAluthge closed 3 years ago
I think I may still need to add keys. (EDIT: I've added them.)
Merging #7 (a8a0806) into master (1aaddc4) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #7 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 98 98
=========================================
Hits 98 98
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 1aaddc4...a8a0806. Read the comment docs.
The dev
docs are now working: https://chriselrod.github.io/ThreadingUtilities.jl/dev/
So this PR is good to merge once CI is all green.
Unfortunately, I'm not sure the problem is solved yet, because the timeouts seem random.
CI / Julia ^1.6.0-0 - ubuntu-latest - x64 - pull_request (pull_request) Cancelled after 10m —
Only two timeouts though, that's pretty good!
I'd still merge this though, so we can get a new release out with working docs.
The PR where I added the asserts keeps passing. =/
After merging this, we should register a new version. The docs did not build on
0.1.0
, so registering0.1.1
will build and deploy thestable
docs link.Don't merge this just yet. I want to double-check that the
dev
docs link is building and deploying onmaster
before we merge this.