Skip to content

Commit

Permalink
fix: tests, coverage and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfsousa committed Sep 19, 2019
1 parent 2fb8fde commit 74c0679
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
CI: true

- name: Report coverage
if: startsWith(matrix.node-version, '10')
if: startsWith(matrix.node-version, '10') && github.event_name == 'push' && github.ref == 'refs/heads/master'
run: yarn codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ All notable changes to this project will be documented in this file. See
### Bug Fixes

* bug fixes ([31a2669](https://github.com/jazida-opensource/dotenv-azure/commit/31a2669))
* semantic-release version ([5d355b2](https://github.com/jazida-opensource/dotenv-azure/commit/5d355b2))
* update semantic-release dependencies ([7e1c970](https://github.com/jazida-opensource/dotenv-azure/commit/7e1c970))
* version ([9e54cfd](https://github.com/jazida-opensource/dotenv-azure/commit/9e54cfd))

# [1.0.0-alpha.3](https://github.com/jazida-opensource/dotenv-azure/compare/[email protected]@alpha) (2019-09-16)

Expand Down

0 comments on commit 74c0679

Please sign in to comment.