Skip to content

Commit 8165793

Browse files
committed
fix
1 parent b10cd03 commit 8165793

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/api_pr_coverage_report.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ jobs:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
coverage-path: ./modules/services/api/coverage.txt
2929
junitxml-path: ./modules/services/api/junit.xml
30+
title: Coverage Report
31+
hide-comment: false
32+
create-new-comment: false
33+
hide-summary: false

modules/services/api/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function bootstrap() {
1313
const config = new DocumentBuilder()
1414
.setTitle(AppName)
1515
.setDescription(`The ${AppName} API`)
16-
.setVersion('1.0')
16+
.setVersion('1.0') // TODO Use version from package.json
1717
.addBearerAuth()
1818
.addTag('Authentication', 'Endpoints for authentication', {
1919
description: 'Docs',

0 commit comments

Comments
 (0)