Project

General

Profile

Feature #1582

Updated by Alexander Watzinger about 2 years ago

I'm looking into GitHub actions to automatically test the application when pushing. 

 First I try it with the OpenAtlas Website repository ("feature_testing":https://github.com/craws/OpenAtlas-Website/tree/feature_testing branch) because the application is much simpler, e.g. has no database, user authentication, ... 
 Once I manage to get it running I will try to: 
 * Make passing tests required for main and develop branch, reject push if test fails 
 * Add coverage 
 * Add icons for passed test, coverage on GitHub page 
 * Adapt it for OpenAtlas 

Back