theochem / Selector

Methods for selecting diverse (molecular) database.
https://selector.qcdevs.org
GNU General Public License v3.0
22 stars 20 forks source link

Add new environment token to fix the failing updating coverage report #217

Closed FanwangM closed 1 week ago

FanwangM commented 1 week ago

This fixes the problem of https://github.com/theochem/Selector/actions/runs/9666084225/job/26664757592.

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 96.18%. Comparing base (dbc2202) to head (67f67ad). Report is 2 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/theochem/Selector/pull/217/graphs/tree.svg?width=650&height=150&src=pr&token=0UJixrJfNJ&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=theochem)](https://app.codecov.io/gh/theochem/Selector/pull/217?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=theochem) ```diff @@ Coverage Diff @@ ## main #217 +/- ## ========================================== - Coverage 96.21% 96.18% -0.04% ========================================== Files 9 9 Lines 951 943 -8 ========================================== - Hits 915 907 -8 Misses 36 36 ``` [see 8 files with indirect coverage changes](https://app.codecov.io/gh/theochem/Selector/pull/217/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=theochem)
FanwangM commented 1 week ago

Follow the instructions to set up the CODECOV_TOKEN correctly.

https://discourse.julialang.org/t/psa-new-version-of-codecov-action-requires-additional-setup/109857