Skip to content

Commit

Permalink
Merge pull request #2 from fingerprintjs/feature/ingress-proxy
Browse files Browse the repository at this point in the history
Feature/ingress proxy
  • Loading branch information
TheUnderScorer authored Mar 20, 2023
2 parents 30aa52a + 43c1c4f commit 3f41e7c
Show file tree
Hide file tree
Showing 8 changed files with 38,181 additions and 21 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/coverage-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@ jobs:
run-tests-check-coverage:
runs-on: ubuntu-20.04
name: Run tests & check coverage
permissions:
checks: write
pull-requests: write
contents: read
steps:
- uses: actions/checkout@v3
- name: Jest coverage comment
id: coverage
uses: ArtiomTr/jest-coverage-report-action@9f733792c44d05327cb371766bf78a5261e43936
uses: ArtiomTr/jest-coverage-report-action@df2b025553c31d68f84be6337843e277e2576844
with:
package-manager: yarn
output: report-markdown
- run: yarn test
- name: Read coverage text report
uses: fingerprintjs/action-coverage-report-md@v1
id: coverage-md
Expand Down
Loading

0 comments on commit 3f41e7c

Please sign in to comment.