Closed FinnWoelm closed 5 years ago
Merging #310 into development will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## development #310 +/- ##
===============================================
+ Coverage 99.6% 99.61% +<.01%
===============================================
Files 128 128
Lines 2820 2824 +4
===============================================
+ Hits 2809 2813 +4
Misses 11 11
Impacted Files | Coverage Δ | |
---|---|---|
app/controllers/profiles_controller.rb | 100% <ø> (ø) |
:arrow_up: |
app/models/project.rb | 100% <100%> (ø) |
:arrow_up: |
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 ca72a06...31d0d16. Read the comment docs.
On the profile page, show only projects that the user can view (such as public projects or private projects where the user is a collaborator). Private projects that the user cannot view are no longer shown. That is good because they were meant to be private in the first place.
Resolves #302.