friday-ai / friday

Friday is your open-source home automation assistant.
MIT License
1 stars 1 forks source link

Implement user permissions management Closes #21 #37

Closed vincentBesseau closed 3 years ago

vincentBesseau commented 3 years ago
github-actions[bot] commented 3 years ago

Unit Test Results

    1 files  130 suites   4s :stopwatch: 394 tests 394 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x: 396 runs  396 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x:

results for commit 13030277

github-actions[bot] commented 3 years ago

Unit Test Results

    1 files  130 suites   5s :stopwatch: 432 tests 432 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x: 434 runs  434 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x:

results for commit 13030277

github-actions[bot] commented 3 years ago

Unit Test Results

    1 files  130 suites   4s :stopwatch: 394 tests 394 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x: 396 runs  396 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x:

results for commit 1ab2bbdf

github-actions[bot] commented 3 years ago

Unit Test Results

    1 files  130 suites   4s :stopwatch: 394 tests 394 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x: 396 runs  396 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x:

results for commit 78787e05

github-actions[bot] commented 3 years ago

Unit Test Results

    1 files  130 suites   4s :stopwatch: 394 tests 394 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x: 396 runs  396 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x:

results for commit 78787e05

github-actions[bot] commented 3 years ago

Unit Test Results

    1 files  130 suites   4s :stopwatch: 394 tests 394 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x: 396 runs  396 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x:

results for commit 47022933

github-actions[bot] commented 3 years ago

Unit Test Results

    1 files  130 suites   5s :stopwatch: 432 tests 432 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x: 434 runs  434 :heavy_check_mark: 0 :zzz: 0 :heavy_multiplication_x:

results for commit 47022933

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@93a1532). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #37   +/-   ##
=========================================
  Coverage          ?   93.58%           
=========================================
  Files             ?       85           
  Lines             ?     1060           
  Branches          ?       74           
=========================================
  Hits              ?      992           
  Misses            ?       54           
  Partials          ?       14           
Flag Coverage Δ
#unittests 93.58% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
server/src/api/routes/v1/action.ts 100.00% <ø> (ø)
server/src/api/routes/v1/device.ts 100.00% <ø> (ø)
server/src/api/routes/v1/house.ts 100.00% <ø> (ø)
server/src/api/routes/v1/plugin.ts 100.00% <ø> (ø)
server/src/api/routes/v1/room.ts 100.00% <ø> (ø)
server/src/api/routes/v1/satellite.ts 100.00% <ø> (ø)
server/src/api/routes/v1/scene.ts 100.00% <ø> (ø)
server/src/api/routes/v1/script.ts 100.00% <ø> (ø)
server/src/api/routes/v1/session.ts 100.00% <ø> (ø)
server/src/api/routes/v1/state.ts 100.00% <ø> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 93a1532...4702293. Read the comment docs.