bcgov / common-object-management-service

A microservice for managing access control to S3 Objects
https://bcgov.github.io/common-object-management-service/
Apache License 2.0
6 stars 9 forks source link

Add tests for certain sync features #228

Closed wilwong89 closed 11 months ago

wilwong89 commented 11 months ago

Description

Tests written for version.spec.js, utils.spec.js and sync.spec.js Cleaned up some linting warnings for all other files

Types of changes

New feature (non-breaking change which adds functionality)

Checklist

Further comments

codeclimate[bot] commented 11 months ago

Code Climate has analyzed commit 479b849b and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 65.6% (0.8% change).

View more on Code Climate.

github-actions[bot] commented 11 months ago

Coverage Report

Totals Coverage
Statements: 59% ( 2703 / 4581 )
Methods: 49.04% ( 307 / 626 )
Lines: 65.6% ( 1621 / 2471 )
Branches: 52.22% ( 775 / 1484 )