We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9889abb commit 856d1bcCopy full SHA for 856d1bc
1 file changed
.github/workflows/coverage.yml
@@ -25,7 +25,7 @@ jobs:
25
cd Lab1
26
PCT=$(grep 'Lines executed' coverage_checksum.txt | head -1 | sed -E 's/.*:([0-9.]+)%.*$/\1/')
27
cd ../../
28
- sed -i 's/badge\/coverage-[0-9]\+\.?[0-9]*%25/badge\/coverage-'"$PCT"'%25/' README.md
+ sed -i 's/badge\/coverage-[0-9]\+\.?[0-9]*%25/badge\/coverage-'"$PCT"'%25/' ../README.md
29
git config user.name "github-actions[bot]"
30
git config user.email "github-actions[bot]@users.noreply.github.com"
31
git add ../README.md
0 commit comments