We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1dc7f commit 8b2d1d7Copy full SHA for 8b2d1d7
.github/workflows/CI-time-tracker-ui.yml
@@ -24,7 +24,7 @@ jobs:
24
run: npm audit --audit-level=moderate
25
26
ci-test:
27
- name: Running unit tests
+ name: Unit tests and CodeCoverage
28
runs-on: ubuntu-latest
29
timeout-minutes: 90
30
steps:
README.md
@@ -2,6 +2,10 @@
2
3
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 9.0.4.
4
5
+## Metrics
6
+Code Coverage
7
+[](https://codecov.io/gh/ioet/time-tracker-ui)
8
+
9
## Prerequisites
10
11
### Node.js
0 commit comments