mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 22:30:00 +00:00
Added new CI workflow using GitHub actions.
Also - Fixed screenshot tests - Fixed code coverage - Removed appveyor - Removed circleci - Updated wdio related dependencies - Added docker image deploy to the GitHub registry
This commit is contained in:
@@ -14,7 +14,9 @@ afterEach(function() {
|
||||
return window.__coverage__;
|
||||
});
|
||||
|
||||
coverage.merge(results.value);
|
||||
if (results) {
|
||||
coverage.merge(results);
|
||||
}
|
||||
})
|
||||
|
||||
// Dump the coverage to a file
|
||||
|
||||
Reference in New Issue
Block a user