dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.73k stars 960 forks source link

Split up Github Actions #442

Closed SijmenHuizenga closed 3 years ago

SijmenHuizenga commented 3 years ago

Previously if he code has an formatting error, all tests fail. In this pr I'm trying to make format-checks, unit-test and documentation validation to be reported separately in Github Actions.

Use black check instead of flake8 for format validation.

This is still work in progress. Suggestions are welcome :smile:

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 99.699% when pulling d3a8dfe5e2ec5d708a1933ab660dbefd34b8f7f7 on SijmenHuizenga:split-ci into 1849e0165278f1cdfaf41972f73e02ecda4d09a6 on dbader:master.