• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CenterForOpenScience / ember-osf-web / 16118219201

07 Jul 2025 01:24PM UTC coverage: 67.207% (-0.2%) from 67.382%
16118219201

Pull #2595

github

web-flow
Merge 0da7bb715 into 186fd8065
Pull Request #2595: [ENG-6835] [ENG-8060] [ENG-8289] VRL Project PR - FE

3275 of 5343 branches covered (61.3%)

Branch coverage included in aggregate %.

40 of 112 new or added lines in 16 files covered. (35.71%)

3 existing lines in 1 file now uncovered.

8536 of 12231 relevant lines covered (69.79%)

184.39 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/app/guid-node/links/controller.ts
1
import Controller from '@ember/controller';
2
import { Permission } from 'ember-osf-web/models/osf-model';
3

4
export default class GuidNodeLinksController extends Controller {
5
    get currentUserCanEdit() {
NEW
6
        return this.model.node.currentUserPermissions.includes(Permission.Write);
×
7
    }
8
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc