Skip to content

Commit

Permalink
update codecov token and badge
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed May 10, 2021
1 parent 05561b0 commit e980092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ steps:

env:
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
CODECOV_TOKEN: "ea64fa23-14d4-4123-a7ce-b4f4208cd455"
CODECOV_TOKEN: "17a4c091-2903-476b-8609-c613436a30f8"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BinomialGPU

[![Build status](https://badge.buildkite.com/70a8c11259658ad6f836a4981791ed144bac80e65302291d0d.svg?branch=master)](https://buildkite.com/julialang/binomialgpu-dot-jl)
[![Coverage](https://codecov.io/gh/simsurace/BinomialGPU.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/simsurace/BinomialGPU.jl)
[![Coverage](https://codecov.io/gh/JuliaGPU/BinomialGPU.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaGPU/BinomialGPU.jl)

This package provides a function `rand_binomial!` to produce `CuArrays` with binomially distributed entries, analogous to `CUDA.rand_poisson!` for Poisson-distributed ones.

Expand Down

0 comments on commit e980092

Please sign in to comment.