Skip to content

Commit

Permalink
Update codecov configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwei1018 committed Mar 4, 2022
1 parent 3ea7806 commit 2ed60a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,51 @@
# Registry application that is used to correct a business (Incorporation Application).
# Registry application that is used to correct a business (Incorporation Application)

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](../LICENSE)
[![codecov](https://codecov.io/gh/bcgov/business-edit-ui/branch/master/graph/badge.svg)](https://codecov.io/gh/bcgov/business-edit-ui)
[![codecov](https://codecov.io/gh/bcgov/business-edit-ui/branch/main/graph/badge.svg)](https://codecov.io/gh/bcgov/business-edit-ui)
[![img](https://img.shields.io/badge/Lifecycle-Stable-97ca00)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)
![PR CI](https://github.com/bcgov/bcrs-business-correct-ui/workflows/PR%20CI/badge.svg")
![Build CI](https://github.com/bcgov/bcrs-business-correct-ui/workflows/Build%20CI/badge.svg)


## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Run your tests

```
npm run test
```

### Lints and fixes files

```
npm run lint
```

### Run your unit tests

```
npm run test:unit
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).

## About

TBD

## Usage
Expand All @@ -66,6 +71,7 @@ Please note that this project is released with a [Contributor Code of Conduct](C
By participating in this project you agree to abide by its terms.

## Issues/Suggestions

Make Suggestions/Issues [here!](https://github.com/bcgov/bcrs-entities-create-ui/issues/new)
Issues are [markdown supported](https://guides.github.com/features/mastering-markdown/).

Expand All @@ -84,4 +90,3 @@ Issues are [markdown supported](https://guides.github.com/features/mastering-mar
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

6 changes: 1 addition & 5 deletions codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ coverage:
round: down
range: "50...100"
status:
project:
default:
target: auto
if_not_found: success
only_pulls: true
patch: false

ignore:
- "^/tests/**/*" # ignore test harness code
Expand Down

0 comments on commit 2ed60a2

Please sign in to comment.