Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
honzabubenik committed Mar 13, 2024
1 parent a8f6ff3 commit ecf7e2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
LICENSE=$(node -p "require('./package.json').license")
echo "license=$LICENSE" >> "$GITHUB_OUTPUT"
COVERAGE=50
COVERAGE=$(node -p "require('./coverage/coverage-summary.json').total.lines.pct")
echo "coverage=$COVERAGE" >> "$GITHUB_OUTPUT"
echo "path=.github/badges" >> "${GITHUB_OUTPUT}"
shell: bash
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

### 📦 `@localazy/cdn-client`

Node.js module that allows you to easily interact with the [Localazy CDN](https://localazy.com/docs/cdn/cdn-introduction).
![coverage](.github/badges/version.svg)
![coverage](.github/badges/coverage.svg)
![coverage](.github/badges/license.svg)

![coverage](https://raw.githubusercontent.com/localazy/cdn-client/gh-badges/docs/coverage.svg)
Node.js module that allows you to easily interact with the [Localazy CDN](https://localazy.com/docs/cdn/cdn-introduction).

[**Documentation**](https://localazy.github.io/cdn-client/)  | 
[**Getting Started**](https://localazy.github.io/cdn-client/get-started/introduction.html)  | 
Expand Down

0 comments on commit ecf7e2a

Please sign in to comment.