alexeckert / parallelDist

R Package: Parallel Distance Matrix Computation using Multiple Threads
GNU General Public License v2.0
49 stars 9 forks source link

Create R-CMD-check.yaml #21

Closed alexeckert closed 3 years ago

alexeckert commented 3 years ago

Switch from Travis/Appveyor to Github actions

codecov-io commented 3 years ago

Codecov Report

Merging #21 (44822d0) into master (ea4c1fb) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #21   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          742       717   -25     
=========================================
- Hits           742       717   -25     
Impacted Files Coverage Δ
R/parDist.R 100.00% <0.00%> (ø)
src/StepPattern.h 100.00% <0.00%> (ø)
src/DistanceDist.h 100.00% <0.00%> (ø)
src/DistanceBinary.h 100.00% <0.00%> (ø)
src/parallelDist.cpp 100.00% <0.00%> (ø)
src/DistanceFactory.cpp 100.00% <0.00%> (ø)
src/DistanceDTWGeneric.h 100.00% <0.00%> (ø)
src/DistanceDTWFactory.cpp 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 16232ac...f60e1a0. Read the comment docs.