ubclaunchpad / inertia

✈️ Effortless, self-hosted continuous deployment for small teams and projects
https://inertia.ubclaunchpad.com
MIT License
153 stars 18 forks source link

chore: target all packages when running integration tests #694

Closed bobheadxi closed 4 years ago

bobheadxi commented 4 years ago

:tickets: Ticket(s): n/a


:construction_worker: Changes

This was changed in #692, but seems to mess up our coverage records since the results do not get merged correctly with the unit test results by Codecov.

:flashlight: Testing Instructions

Explain how to test your changes, if applicable.

codecov[bot] commented 4 years ago

Codecov Report

Merging #694 into master will decrease coverage by 22.86%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #694       +/-   ##
===========================================
- Coverage   72.14%   49.29%   -22.85%     
===========================================
  Files           1       75       +74     
  Lines          61     3545     +3484     
===========================================
+ Hits           44     1747     +1703     
- Misses          9     1544     +1535     
- Partials        8      254      +246     
Impacted Files Coverage Δ
daemon/inertiad/crypto/symmetric.go 61.91% <0.00%> (ø)
client/sshc.go 30.65% <0.00%> (ø)
daemon/inertiad/daemon/prune.go 0.00% <0.00%> (ø)
daemon/inertiad/daemon/webhook.go 25.87% <0.00%> (ø)
cfg/remotes.go 100.00% <0.00%> (ø)
local/storage.go 25.87% <0.00%> (ø)
daemon/inertiad/crypto/totp.go 100.00% <0.00%> (ø)
daemon/inertiad/webhook/verify.go 88.24% <0.00%> (ø)
daemon/inertiad/crypto/key_derivation.go 100.00% <0.00%> (ø)
daemon/inertiad/log/routine.go 47.06% <0.00%> (ø)
... and 64 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 39b93a2...5e060ce. Read the comment docs.