-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: run gi tests in the CI #21
Conversation
@@ -46,14 +46,19 @@ jobs: | |||
steps: | |||
- uses: actions/checkout@v3 | |||
- name: Install libs | |||
run: sudo apt-get install -y dbus dbus-x11 python-gi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably just be python3-gi
. python-gi
would install the Python 2 version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's give that a shot 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like they still get skipped since its not for the right python version
Codecov ReportBase: 72.41% // Head: 80.42% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #21 +/- ##
==========================================
+ Coverage 72.41% 80.42% +8.00%
==========================================
Files 24 24
Lines 2799 2799
Branches 602 602
==========================================
+ Hits 2027 2251 +224
+ Misses 587 340 -247
- Partials 185 208 +23
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Still looks good this morning 😄 |
No description provided.