BjornFJohansson / pydna

Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning.
Other
166 stars 45 forks source link

Fix action #311

Closed manulera closed 1 month ago

manulera commented 1 month ago

This commit fixes the action, which before was running the hooks not on the files changed in the latest commit, but on others (perhaps with respect to master?).

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.63%. Comparing base (bca1d08) to head (4e7d4fe). Report is 1 commits behind head on dev_bjorn.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/BjornFJohansson/pydna/pull/311/graphs/tree.svg?width=650&height=150&src=pr&token=8gKFpo7HAl&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bj%C3%B6rn+Johansson)](https://app.codecov.io/gh/BjornFJohansson/pydna/pull/311?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bj%C3%B6rn+Johansson) ```diff @@ Coverage Diff @@ ## dev_bjorn #311 +/- ## ========================================== Coverage 93.63% 93.63% ========================================== Files 40 40 Lines 3926 3926 Branches 589 589 ========================================== Hits 3676 3676 Misses 198 198 Partials 52 52 ```