-
Notifications
You must be signed in to change notification settings - Fork 90
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
Refine status reports design #3088
Conversation
9d1d61c
to
8a0676d
Compare
@sir-sigurd do i need to change anything (in setup.py?) for template files to be included into the package? |
Codecov Report
@@ Coverage Diff @@
## master #3088 +/- ##
==========================================
- Coverage 35.49% 35.49% -0.01%
==========================================
Files 641 641
Lines 28319 28320 +1
Branches 4131 4131
==========================================
Hits 10053 10053
- Misses 17090 17091 +1
Partials 1176 1176
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I think you need to add it to MANIFEST.in and enable Lines 1 to 3 in b62757f
and Line 94 in b62757f
for example. You should also try to deploy lambda with our deploy script because it tries to remove some useless stuff, but probably can remove useful stuff as well. |
8a0676d
to
db67125
Compare
that worked, thanks |
@sir-sigurd pls have a look |
TODO