JuliaSIMD / ThreadingUtilities.jl

Utilities for low overhead threading in Julia.
MIT License
17 stars 4 forks source link

Run CI and deploy docs on tags #36

Closed DilumAluthge closed 2 years ago

DilumAluthge commented 2 years ago

Fixes #35

DilumAluthge commented 2 years ago

@chriselrod After you merge this PR, you'll need to:

  1. Bump the version number in Project.toml
  2. Register a new release using Registrator
  3. Wait for the General PR to be auto-merged
  4. Wait for TagBot to create the new tag

Once TagBot creates the new tag, this should cause CI to run on the new tag, which will build and deploy the docs for the new tag and set up the "stable" docs alias.

codecov[bot] commented 2 years ago

Codecov Report

Merging #36 (fefeee3) into master (7517e60) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #36   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          112       122   +10     
=========================================
+ Hits           112       122   +10     
Impacted Files Coverage Δ
src/atomics.jl 100.00% <0.00%> (ø)
src/threadtasks.jl 100.00% <0.00%> (ø)
src/ThreadingUtilities.jl 100.00% <0.00%> (ø)

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 7517e60...fefeee3. Read the comment docs.

chriselrod commented 2 years ago

Great, docs are now working: https://juliasimd.github.io/ThreadingUtilities.jl/stable