AstraZeneca / chemicalx

A PyTorch and TorchDrug based deep learning library for drug pair scoring. (KDD 2022)
https://chemicalx.readthedocs.io
Apache License 2.0
708 stars 87 forks source link

Update CI #44

Closed cthoyt closed 2 years ago

cthoyt commented 2 years ago

Summary

This PR refactors the CI code into three separate workflows for code QA, documentation, and testing.

Changes

codecov-commenter commented 2 years ago

Codecov Report

Merging #44 (c5d82cd) into main (53ca94b) will not change coverage. The diff coverage is n/a.

:exclamation: Current head c5d82cd differs from pull request most recent head 6bdb463. Consider uploading reports for the commit 6bdb463 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##             main      #44   +/-   ##
=======================================
  Coverage   98.65%   98.65%           
=======================================
  Files          28       28           
  Lines         671      671           
=======================================
  Hits          662      662           
  Misses          9        9           

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 53ca94b...6bdb463. Read the comment docs.

benedekrozemberczki commented 2 years ago

This pyroma package looks interesting - does it check for code smells?

cthoyt commented 2 years ago

Nope, pyroma only checks for minimum packaging metadata (author name, author email, python version, license, etc.)