Skip to content

Commit

Permalink
Prepare 1.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Aug 30, 2020
1 parent 0ca2941 commit 3c9f23a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
# SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}

# Upload coverage report to codecov.io
- run: |
npm install codecov
npx codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# - run: |
# npm install codecov
# npx codecov
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# Publish Python package and Docker image
publish:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
karma-viewport-1.0.7 (2020-08-30)

* Added source maps to served files to fix 404 warnings

karma-viewport-1.0.6 (2020-03-24)

* Upgraded dependencies and fixed security vulnerabilities
Expand Down

0 comments on commit 3c9f23a

Please sign in to comment.