Skip to content

Commit 8b2d1d7

Browse files
committed
#55 Adding CodeCov reports
1 parent 9a1dc7f commit 8b2d1d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/CI-time-tracker-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npm audit --audit-level=moderate
2525

2626
ci-test:
27-
name: Running unit tests
27+
name: Unit tests and CodeCoverage
2828
runs-on: ubuntu-latest
2929
timeout-minutes: 90
3030
steps:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 9.0.4.
44

5+
## Metrics
6+
Code Coverage
7+
[![codecov](https://codecov.io/gh/ioet/time-tracker-ui/branch/master/graph/badge.svg)](https://codecov.io/gh/ioet/time-tracker-ui)
8+
59
## Prerequisites
610

711
### Node.js

0 commit comments

Comments
 (0)