Skip to content

Be more specific with HTTP error code (422) when you pass a wrong value for a config. #1791

Be more specific with HTTP error code (422) when you pass a wrong value for a config.

Be more specific with HTTP error code (422) when you pass a wrong value for a config. #1791

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
- '[0-9]+.[0-9]+'
pull_request:
branches:
- main
- '[0-9]+.[0-9]+'
jobs:
check-static-codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Download latest codecov upload script
run: wget https://codecov.io/bash -O newcodecov
- name: Detect changes to manually verify
run: diff newcodecov .github/jobs/uploadcodecov.sh