Skip to content

Commit

Permalink
Merge branch 'main' into cd/W-10159876
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele authored Dec 17, 2021
2 parents 525860f + 06b8299 commit 6074cb4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 2.1.3 (2021-12-17)


### Features

* configurations ([50f959b](https://github.com/forcedotcom/dev-config/commit/50f959b2fe99508a8a0c8b460dc4bf2c22e6abe6))


### Bug Fixes

* set code coverage to 50% ([#3](https://github.com/forcedotcom/dev-config/issues/3)) ([c9d2d62](https://github.com/forcedotcom/dev-config/commit/c9d2d6210dade817963e743648670c8d50ffb646))

## [2.1.2](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/dev-config@2.1.0...@salesforce/dev-config@2.1.2) (2021-05-11)

Expand Down
8 changes: 4 additions & 4 deletions nyc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 90,
"statements": 90,
"functions": 90,
"branches": 90,
"lines": 50,
"statements": 50,
"functions": 50,
"branches": 50,
"reporter": ["lcov", "text"],
"extension": [".ts"],
"include": ["**/*.ts"],
Expand Down

0 comments on commit 6074cb4

Please sign in to comment.