Fix handling of mysql passwords with weird characters in it #3717
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
name: Unit tests | |
on: | |
merge_group: | |
pull_request: | |
branches: | |
- main | |
- '[0-9]+.[0-9]+' | |
jobs: | |
check-static-codecov: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- 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 | |