-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
13,509 additions
and
21,719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: 'coverage' | ||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
coverage: | ||
if: ${{ github.actor != 'dependabot[bot]' }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout PR branch | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install Node | ||
run: | | ||
export NVM_DIR="$HOME/.nvm" | ||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" | ||
nvm install | ||
nvm use | ||
node -v | ||
npm install | ||
- name: Install gucci | ||
run: | | ||
GUCCI_VERSION="1.6.13" | ||
curl -L -o gucci https://github.com/noqcks/gucci/releases/download/v${GUCCI_VERSION}/gucci-v${GUCCI_VERSION}-linux-amd64 | ||
chmod +x gucci | ||
sudo mv gucci /usr/local/bin/ | ||
- name: Compare Coverage | ||
uses: ArtiomTr/jest-coverage-report-action@v2 | ||
with: | ||
test-script: npm run test:ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
apiVersion: v2 | ||
name: promtail | ||
description: Promtail is an agent which ships the contents of local logs to a Loki instance | ||
type: application | ||
appVersion: 3.0.0 | ||
version: 6.16.6 | ||
description: Promtail is an agent which ships the contents of local logs to a Loki | ||
instance | ||
home: https://grafana.com/loki | ||
sources: | ||
- https://github.com/grafana/loki | ||
- https://grafana.com/oss/loki/ | ||
- https://grafana.com/docs/loki/latest/ | ||
icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png | ||
maintainers: | ||
- name: Loki Maintainers | ||
email: lokiproject@googlegroups.com | ||
- name: unguiculus | ||
- email: lokiproject@googlegroups.com | ||
name: Loki Maintainers | ||
- name: unguiculus | ||
name: promtail | ||
sources: | ||
- https://github.com/grafana/loki | ||
- https://grafana.com/oss/loki/ | ||
- https://grafana.com/docs/loki/latest/ | ||
type: application | ||
version: 6.16.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.