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

CenterForOpenScience / ember-osf-web / 13772013636

10 Mar 2025 06:25PM UTC coverage: 66.561% (-0.04%) from 66.602%
13772013636

Pull #2522

github

web-flow
Merge 0d3673ad9 into 36dbe1bd5
Pull Request #2522: Feature/b and i 25 01

3132 of 5141 branches covered (60.92%)

Branch coverage included in aggregate %.

56 of 80 new or added lines in 15 files covered. (70.0%)

2 existing lines in 2 files now uncovered.

7947 of 11504 relevant lines covered (69.08%)

190.89 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