cnpmcore icon indicating copy to clipboard operation
cnpmcore copied to clipboard

feat: add bizId for task

Open killagu opened this issue 3 years ago • 1 comments

impl idempotent save for task

Refs:

  • https://github.com/cnpm/cnpmcore/issues/282

killagu avatar Aug 15 '22 07:08 killagu

Codecov Report

Merging #285 (1f0b9da) into main (7106807) will decrease coverage by 0.45%. The diff coverage is 85.71%.

@@            Coverage Diff             @@
##             main     #285      +/-   ##
==========================================
- Coverage   97.43%   96.98%   -0.46%     
==========================================
  Files         119      119              
  Lines        3671     3683      +12     
  Branches      330      330              
==========================================
- Hits         3577     3572       -5     
- Misses         94      111      +17     
Impacted Files Coverage Δ
app/repository/TaskRepository.ts 93.18% <77.77%> (-4.05%) :arrow_down:
app/core/entity/Task.ts 100.00% <100.00%> (ø)
app/repository/model/Task.ts 100.00% <100.00%> (ø)
config/config.default.ts 75.00% <0.00%> (-15.63%) :arrow_down:
app/infra/NFSClientAdapter.ts 74.07% <0.00%> (-14.82%) :arrow_down:
app/common/adapter/binary/PlaywrightBinary.ts 94.11% <0.00%> (-5.89%) :arrow_down:
app/port/controller/BinarySyncController.ts 92.30% <0.00%> (-5.13%) :arrow_down:
app/common/adapter/NFSAdapter.ts 96.66% <0.00%> (-3.34%) :arrow_down:
app/core/service/TaskService.ts 97.14% <0.00%> (-1.43%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 15 '22 07:08 codecov[bot]