TokTok / c-toxcore

The future of online communications.
https://tox.chat
GNU General Public License v3.0
2.21k stars 280 forks source link

chore: Simplify coverage dockerfile. #2679

Open iphydf opened 4 months ago

iphydf commented 4 months ago

Use per-dockerfile dockerignore instead of sources for coverage. It's a bit more duplication (dockerignore is copied out of the sources one), but it's a bit more efficient and works in more situations (e.g. one where you can only build 1 dockerfile such as on render.com).


This change is Reviewable

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (961891d) 73.02% compared to head (71cd8de) 73.04%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2679 +/- ## ========================================== + Coverage 73.02% 73.04% +0.01% ========================================== Files 148 148 Lines 30482 30482 ========================================== + Hits 22261 22265 +4 + Misses 8221 8217 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.