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

CenterForOpenScience / ember-osf-web / 10563480323

26 Aug 2024 04:27PM UTC coverage: 60.79% (-2.3%) from 63.063%
10563480323

Pull #2298

github

web-flow
Merge df7bde523 into 586d4e513
Pull Request #2298: [ENG-6009] Create Preprint Card

1122 of 2049 branches covered (54.76%)

Branch coverage included in aggregate %.

1 of 9 new or added lines in 3 files covered. (11.11%)

2740 of 4304 relevant lines covered (63.66%)

463.91 hits per line

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

0.0
/app/preprints/my-preprints/route.ts
1
import Route from '@ember/routing/route';
2
import requireAuth from 'ember-osf-web/decorators/require-auth';
3
import { inject as service } from '@ember/service';
4
import Store from '@ember-data/store';
5

6
@requireAuth()
7
export default class PreprintsMyPreprintsRoute extends Route {
8
    @service store!: Store;
9

10
    async model() {
NEW
11
        const preprints = await this.store.findAll('preprint');
×
NEW
12
        return preprints;
×
13
    }
14
}
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