pyvista / pytest-pyvista

Plugin to test PyVista plot outputs
https://pytest.pyvista.org
MIT License
13 stars 5 forks source link

Add CI/CD to the repo #5

Closed AlejandroFernandezLuces closed 2 years ago

AlejandroFernandezLuces commented 2 years ago

Overview

In this PR I add the configuration for running the unit tests of the code in Linux with the Github actions. I also set up the labeler and the dependabot. These configuration files are modified versions of the ones in PyVista repository.

codecov-commenter commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@1971196). Click here to learn what that means. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #5   +/-   ##
=======================================
  Coverage        ?   83.56%           
=======================================
  Files           ?        1           
  Lines           ?       73           
  Branches        ?        0           
=======================================
  Hits            ?       61           
  Misses          ?       12           
  Partials        ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

AlejandroFernandezLuces commented 2 years ago

@MaxJPRey could you take a look if you are available?