Skip to content

Switch to using payload on POST method on calling the DeepL API for translation at /v2/translate endpoint #109

Switch to using payload on POST method on calling the DeepL API for translation at /v2/translate endpoint

Switch to using payload on POST method on calling the DeepL API for translation at /v2/translate endpoint #109

Workflow file for this run

name: 'coverage'
on:
pull_request:
branches:
- main
jobs:
coverage:
permissions:
checks: write
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ArtiomTr/jest-coverage-report-action@v2