Skip to content

Commit 59d088e

Browse files
committed
chore(api): update coverage summary path and change Swagger documentation route
1 parent e22b239 commit 59d088e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/api_pr_coverage_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323

2424
- name: Jest Coverage Comment
2525
uses: MishaKav/jest-coverage-comment@main
26-
coverage-summary-path: ./modules/services/api/coverage/coverage-summary.json
2726
with:
2827
github-token: ${{ secrets.GITHUB_TOKEN }}
28+
coverage-summary-path: ./modules/services/api/coverage/coverage-summary.json

modules/services/api/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function bootstrap() {
2121
})
2222
.build();
2323
const documentFactory = () => SwaggerModule.createDocument(app, config);
24-
SwaggerModule.setup('doc', app, documentFactory);
24+
SwaggerModule.setup('swagger', app, documentFactory);
2525

2626
useContainer(app.select(AppModule), { fallbackOnErrors: true });
2727

0 commit comments

Comments
 (0)