Skip to content

Commit

Permalink
🚀 Release 1.5.0 (#23)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.5.0](v1.4.0...v1.5.0)
(2022-10-28)


### ✨ Features

* add publish tag workflow
([362359a](362359a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
carlosdevpereira committed Oct 28, 2022
1 parent 362359a commit f466fa7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.5.0](https://github.com/carlosdevpereira/test-publish-to-cloudflare/compare/v1.4.0...v1.5.0) (2022-10-28)


### ✨ Features

* add publish tag workflow ([362359a](https://github.com/carlosdevpereira/test-publish-to-cloudflare/commit/362359ab8160856f97c69c1ba2df0ec9b61bfabd))
* add publish tag workflow ([5009350](https://github.com/carlosdevpereira/test-publish-to-cloudflare/commit/50093502939ddc8ce7eea114644c9a96a764d47a))

## [1.4.0](https://github.com/carlosdevpereira/test-publish-to-cloudflare/compare/v1.3.4...v1.4.0) (2022-10-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-publish-to-cloudflare",
"description": "Github action that runs the test command of a repository, generates the test coverage report, uploads the report to cloudflare pages and comments the results on available pull requests.",
"version": "1.4.0",
"version": "1.5.0",
"main": "dist/index.js",
"author": "carlosdevpereira",
"license": "MIT",
Expand Down

1 comment on commit f466fa7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{"coverage":{"summary":{"statements":{"total":218,"covered":208,"skipped":0,"percentage":95.41},"lines":{"total":210,"covered":206,"skipped":0,"percentage":98.09},"functions":{"total":32,"covered":32,"skipped":0,"percentage":100},"branches":{"total":46,"covered":32,"skipped":0,"percentage":69.56}},"percentage":90,"badges":{"coverage":"https://img.shields.io/badge/Coverage-90﹪-brightgreen","tests":"https://img.shields.io/badge/Tests-%E2%9C%94%2042%20%7C%20%E2%9C%98%200%20%7C%20%E2%8C%80%200-brightgreen"},"report":{"url":"https://f466fa7.test-publish-to-cloudflare.pages.dev"}},"stats":{"startTime":1666962400621,"endTime":1666962402673,"testSuites":{"total":9,"passed":9,"failed":0},"tests":{"total":42,"passed":42,"failed":0},"snapshots":{"total":0}}}

Please sign in to comment.