Skip to content

Fix typo introduced in 881d4663bebc35454a61caf1967cc71c460c4eff. #3147

Fix typo introduced in 881d4663bebc35454a61caf1967cc71c460c4eff.

Fix typo introduced in 881d4663bebc35454a61caf1967cc71c460c4eff. #3147

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@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