Skip to content

Commit

Permalink
Merge pull request #31 from Waterclone/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Waterclone authored Aug 31, 2023
2 parents a7ed6dd + 0522175 commit 8846912
Show file tree
Hide file tree
Showing 137 changed files with 1,388 additions and 1,663 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-develop-to-webapp.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions

name: Merge to Main
name: Merge to Develop

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-main-to-webapp.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions

name: Merge to Develop
name: Merge to Main

on:
pull_request:
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/pu-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
- name: Run Tests
run: npm test

security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "16.x"
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
# security:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - name: Set up Node.js
# uses: actions/setup-node@v2
# with:
# node-version: "16.x"
# - name: Run Snyk to check for vulnerabilities
# uses: snyk/actions/node@master
# env:
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
10 changes: 5 additions & 5 deletions coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1693345969692" clover="3.2.0">
<project timestamp="1693345969692" name="All files">
<coverage generated="1693459450202" clover="3.2.0">
<project timestamp="1693459450202" name="All files">
<metrics statements="47" coveredstatements="47" conditionals="34" coveredconditionals="34" methods="5" coveredmethods="5" elements="86" coveredelements="86" complexity="0" loc="47" ncloc="47" packages="1" files="3" classes="3"/>
<file name="carValueServices.ts" path="/Users/jenehamahona/Documents/Mission Ready/Level 5/Mission 3/MR-L5-Mission3-2/Server/src/services/carValueServices.ts">
<file name="carValueServices.ts" path="/Users/jimson/Desktop/Final_m3/MR-L5-Mission-3-2/src/services/carValueServices.ts">
<metrics statements="13" coveredstatements="13" conditionals="9" coveredconditionals="9" methods="1" coveredmethods="1"/>
<line num="1" count="1" type="stmt"/>
<line num="2" count="8" type="stmt"/>
Expand All @@ -18,7 +18,7 @@
<line num="20" count="4" type="stmt"/>
<line num="21" count="4" type="stmt"/>
</file>
<file name="quoteServices.ts" path="/Users/jenehamahona/Documents/Mission Ready/Level 5/Mission 3/MR-L5-Mission3-2/Server/src/services/quoteServices.ts">
<file name="quoteServices.ts" path="/Users/jimson/Desktop/Final_m3/MR-L5-Mission-3-2/src/services/quoteServices.ts">
<metrics statements="15" coveredstatements="15" conditionals="9" coveredconditionals="9" methods="2" coveredmethods="2"/>
<line num="1" count="1" type="stmt"/>
<line num="2" count="12" type="cond" truecount="4" falsecount="0"/>
Expand All @@ -36,7 +36,7 @@
<line num="26" count="4" type="stmt"/>
<line num="28" count="4" type="stmt"/>
</file>
<file name="riskServices.ts" path="/Users/jenehamahona/Documents/Mission Ready/Level 5/Mission 3/MR-L5-Mission3-2/Server/src/services/riskServices.ts">
<file name="riskServices.ts" path="/Users/jimson/Desktop/Final_m3/MR-L5-Mission-3-2/src/services/riskServices.ts">
<metrics statements="19" coveredstatements="19" conditionals="16" coveredconditionals="16" methods="2" coveredmethods="2"/>
<line num="1" count="1" type="stmt"/>
<line num="2" count="10" type="cond" truecount="2" falsecount="0"/>
Expand Down
6 changes: 3 additions & 3 deletions coverage/coverage-final.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion coverage/lcov-report/carValueServices.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h1><a href="index.html">All files</a> carValueServices.ts</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-08-29T21:52:49.677Z
at 2023-08-31T05:24:10.197Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-08-29T21:52:49.677Z
at 2023-08-31T05:24:10.197Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
13 changes: 1 addition & 12 deletions node_modules/.bin/acorn

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/browserslist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/esparse

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/esvalidate

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/import-local-fixture

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/jest

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/js-yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/jsesc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/json5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/mkdirp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/node-which

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/parser

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/resolve

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/rimraf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/semver

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/tree-kill

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/ts-jest

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/ts-node

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions node_modules/.bin/ts-node-cwd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8846912

Please sign in to comment.