Skip to content

Commit

Permalink
Fix codecov mess
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 15, 2023
1 parent 2e296dc commit be26514
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion repo-fixups
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

#git grep -l 'Copyright .*[0-9][ –-]\+\(201[0-9]\|202[0123]\) Michal Čihař' | grep -v '\.po$' | xargs -r sed -i 's/\(Copyright [^0-9]*\)\([0-9]\+[ –-]\+[0-9]\+\) \(Michal Čihař\) <michal@[^>]\+>/\1\3 <michal@weblate.org>/'

sed -i s@https://github.com/charliermarsh/ruff-pre-commit@https://github.com/astral-sh/ruff-pre-commit@ .pre-commit-config.yaml
#sed -i s@https://github.com/charliermarsh/ruff-pre-commit@https://github.com/astral-sh/ruff-pre-commit@ .pre-commit-config.yaml

sed -i s%codecov/codecov-action@v4%codecov/codecov-action@v4% .github/workflows/*

for file in .github/workflows/*.yml ; do
"${ROOT:-.}/update-workflow" "$file"
Expand Down

0 comments on commit be26514

Please sign in to comment.