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

CenterForOpenScience / ember-osf-web / 12937816363

23 Jan 2025 08:49PM UTC coverage: 64.51% (-0.004%) from 64.514%
12937816363

Pull #2486

github

web-flow
Merge 0e88f4872 into 3c368c666
Pull Request #2486: [ENG-6991][ENG-6997][ENG-7001][ENG-7002][IAC] Simple FE Fixes

2742 of 4666 branches covered (58.77%)

Branch coverage included in aggregate %.

0 of 2 new or added lines in 1 file covered. (0.0%)

1 existing line in 1 file now uncovered.

6979 of 10403 relevant lines covered (67.09%)

199.64 hits per line

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

33.33
/app/adapters/node-request.ts
1
import config from 'ember-osf-web/config/environment';
2
const { OSF: { apiUrl } } = config;
1✔
3
import OsfAdapter from './osf-adapter';
4

5
export default class NodeRequestAdapter extends OsfAdapter {
6
    urlForCreateRecord(modelName, snapshot) {
UNCOV
7
        const nodeId = snapshot.record.target;
×
8
        return `${apiUrl}/v2/nodes/${nodeId}/requests/`;
×
9
    }
10
}
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

© 2026 Coveralls, Inc