lisphilar / covid19-sir

CovsirPhy: Python library for COVID-19 analysis with phase-dependent SIR-derived ODE models.
https://lisphilar.github.io/covid19-sir/
Apache License 2.0
110 stars 44 forks source link

[Revise] tests only with GitHub workflow #1185

Closed lisphilar closed 2 years ago

lisphilar commented 2 years ago

Summary of request

The following tests are run automatically.

For transparency and improvement of maintenance operations, they could be combined and managed with GitHub Actions.

The current Version

CovsirPhy version I used: 2.26.1

lisphilar commented 2 years ago

CodeClimate: lisphilar/covid19-sir continued to be used for showing code covarage and code quality. Encrypted CC_TEST_REPORTER_ID will be saved as Actions secrets of this repository.

lisphilar commented 2 years ago

With #1187, workflows of tests were merged to ".github/workflows/test.yml". Additionally, to fix errors, code coverage tool was changed from CodeClimate to Codecov.