Skip to content

Commit

Permalink
Merge pull request #10 from vodyani/feature/0.1.6
Browse files Browse the repository at this point in the history
feat: coverage-report v0.1.6
  • Loading branch information
ChoGathK authored Mar 23, 2022
2 parents b9f606e + 41a77c6 commit 9da6cbe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "release"

on:
push:
branches: [release]
branches: [master]

jobs:
publish_package:
Expand All @@ -18,11 +18,3 @@ jobs:
secrets:
GITHUB_CI_TOKEN: ${{ secrets.GITHUB_TOKEN }}

auto_merge:
needs: [publish_release]
uses: vodyani/workflows/.github/workflows/auto-merge.yml@master
secrets:
GITHUB_CI_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
source_branch: "release"
target_branch: "master"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ yarn-error.log*

# Build
dist
temp

# Runtime data
pids
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vodyani coverage-report

*During `jest` testing, it was used to generate `mochawesome` compliant json formatted reports.*
*📚 During jest testing, it was used to generate mochawesome compliant json formatted reports.*

[![Npm](https://img.shields.io/npm/v/@vodyani/coverage-report)](https://www.npmjs.com/package/@vodyani/coverage-report)
[![Npm](https://img.shields.io/npm/dm/@vodyani/coverage-report)](https://www.npmjs.com/package/@vodyani/coverage-report)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@vodyani/coverage-report",
"license": "MIT",
"version": "1.0.5",
"version": "1.0.6",
"author": "ChoGathK",
"description": "During `jest` testing, it was used to generate `mochawesome` compliant json formatted reports.",
"description": "📚 During jest testing, it was used to generate mochawesome compliant json formatted reports.",
"homepage": "https://github.com/vodyani/coverage-report#readme",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9da6cbe

Please sign in to comment.