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

Send logs #163

Merged
merged 1 commit into from
Dec 30, 2019
Merged

Send logs #163

merged 1 commit into from
Dec 30, 2019

Conversation

fabricepipart
Copy link
Owner

@fabricepipart fabricepipart commented Dec 25, 2019

Fixes #74

@codecov-io
Copy link

codecov-io commented Dec 25, 2019

Codecov Report

Merging #163 into master will increase coverage by 1.21%.
The diff coverage is 88.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #163      +/-   ##
==========================================
+ Coverage   83.26%   84.47%   +1.21%     
==========================================
  Files          87       90       +3     
  Lines        2432     2551     +119     
  Branches      192      200       +8     
==========================================
+ Hits         2025     2155     +130     
+ Misses        345      326      -19     
- Partials       62       70       +8
Flag Coverage Δ
#javaserver 88.16% <86.87%> (+0.87%) ⬆️
#pythonclient 73.3% <100%> (+1.96%) ⬆️
Impacted Files Coverage Δ
.../trd/app/teknichrono/model/dto/ChronometerDTO.java 100% <ø> (ø) ⬆️
...ono/model/repository/PanacheRepositoryWrapper.java 85.71% <ø> (ø) ⬆️
...a/org/trd/app/teknichrono/model/dto/DtoMapper.java 100% <ø> (ø) ⬆️
...d/app/teknichrono/util/sql/WhereClauseBuilder.java 92.5% <100%> (+0.19%) ⬆️
.../app/teknichrono/business/view/LapTimeManager.java 94.52% <100%> (+0.94%) ⬆️
src/main/client/datamodel/chrono.py 100% <100%> (ø) ⬆️
src/main/client/trd.py 100% <100%> (ø) ⬆️
src/main/client/datamodel/chrono_synchronizer.py 95.95% <100%> (+0.21%) ⬆️
...java/org/trd/app/teknichrono/model/dto/LogDTO.java 100% <100%> (ø)
src/main/client/logs/init.py 97.36% <100%> (+1.36%) ⬆️
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ddc557b...4ce5b90. Read the comment docs.

@fabricepipart fabricepipart force-pushed the feature/logs branch 11 times, most recently from 0825629 to b22e4da Compare December 30, 2019 08:09
@fabricepipart fabricepipart merged commit d8d7ce1 into master Dec 30, 2019
@fabricepipart fabricepipart deleted the feature/logs branch December 31, 2019 11:21
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.

Send logs in background thread
2 participants