Skip to content
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

Merged
merged 5 commits into from
Sep 15, 2022
Merged

chore: run gi tests in the CI #21

merged 5 commits into from
Sep 15, 2022

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Sep 14, 2022

No description provided.

@@ -46,14 +46,19 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install libs
run: sudo apt-get install -y dbus dbus-x11 python-gi
Copy link
Collaborator

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.

Copy link
Member Author

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 👍

Copy link
Member Author

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
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Base: 72.41% // Head: 80.42% // Increases project coverage by +8.00% 🎉

Coverage data is based on head (8877951) compared to base (4362b93).
Patch coverage: 0.00% of modified lines in pull request are covered.

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     
Impacted Files Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/glib/message_bus.py 79.23% <0.00%> (+60.16%) ⬆️
src/dbus_fast/glib/proxy_object.py 85.00% <0.00%> (+68.33%) ⬆️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bdraco bdraco marked this pull request as ready for review September 14, 2022 20:01
@bdraco
Copy link
Member Author

bdraco commented Sep 15, 2022

Still looks good this morning 😄

@bdraco bdraco merged commit f4d173e into main Sep 15, 2022
@bdraco bdraco deleted the glib branch September 15, 2022 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants