ci: Generate test coverage report

This commit is contained in:
James Westman 2021-11-03 23:16:14 -05:00
parent 43d442a6df
commit 08a74acb37
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
7 changed files with 9 additions and 8 deletions

View file

@ -1,2 +0,0 @@
using Gtk 4.0;
using Gtk 3.0;

View file

@ -1 +0,0 @@
2,7,7,Namespace Gtk-3.0 can't be imported because version 4.0 was imported earlier

View file

@ -1 +0,0 @@
using Gtk 3.0;

View file

@ -1 +0,0 @@
1,11,3,Only GTK 4 is supported

View file

@ -103,8 +103,6 @@ class TestSamples(unittest.TestCase):
def test_sample_errors(self):
self.assert_sample_error("conflicting_namespaces")
self.assert_sample_error("duplicate_obj_id")
self.assert_sample_error("two_templates")
self.assert_sample_error("using_gtk_3")
self.assert_sample_error("using_invalid_namespace")