Skip to content

Commit

Permalink
Merge pull request #5 from tj-actions/upgrade-to-v1.2
Browse files Browse the repository at this point in the history
Upgraded to v1.2
  • Loading branch information
jackton1 authored Apr 4, 2021
2 parents 1f55c86 + 49b1358 commit f3cdcae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v1.2](https://github.com/tj-actions/coverage-badge-py/tree/v1.2) (2021-04-04)

[Full Changelog](https://github.com/tj-actions/coverage-badge-py/compare/v1.1...v1.2)

**Merged pull requests:**

- Update python Docker tag to v3.9.3 [\#4](https://github.com/tj-actions/coverage-badge-py/pull/4) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v1.1 [\#3](https://github.com/tj-actions/coverage-badge-py/pull/3) ([jackton1](https://github.com/jackton1))

## [v1.1](https://github.com/tj-actions/coverage-badge-py/tree/v1.1) (2021-03-30)

[Full Changelog](https://github.com/tj-actions/coverage-badge-py/compare/v1...v1.1)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Generate coverage.py badge like this ![coverage badge](./coverage.svg) without u
steps:
- uses: actions/checkout@v2
- name: Coverage Badge
uses: tj-actions/coverage-badge-py@v1.1
uses: tj-actions/coverage-badge-py@v1.2
```
> NOTE: :warning:
Expand All @@ -34,7 +34,7 @@ Generate coverage.py badge like this ![coverage badge](./coverage.svg) without u
steps:
- uses: actions/checkout@v2
- name: Coverage Badge
uses: tj-actions/coverage-badge-py@v1.1
uses: tj-actions/coverage-badge-py@v1.2
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v5.1
id: changed_files
Expand Down

0 comments on commit f3cdcae

Please sign in to comment.