Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (0 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (1 star)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Sometimes you want one of the checks to not run for some of your ntoebooks. E.g. you can have one notebook that has an error, but this is expected (because you are demonstrating error behaviour).

drama_list = [
  Exclude(
      DramaSomething(),
      ["thisone.jl"]
  ),
  ...
]

And the DramaContext should include notebook path DONE

Guia do colaborador