Fix update_coverage.py mistake in url
This commit is contained in:
@@ -25,7 +25,7 @@ if percentage < 90:
|
|||||||
print("⛔Coverage is less than 90%. I won't update the badge.")
|
print("⛔Coverage is less than 90%. I won't update the badge.")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
percentage_label = str(percentage).replace('.', ',')
|
percentage_label = str(percentage).replace('.', ',')
|
||||||
coverage_line = f"[](html/index.html)"
|
coverage_line = f"[](https://gitea.rmontanana.es/rmontanana/BayesNet)"
|
||||||
# Update README.md
|
# Update README.md
|
||||||
with open(readme_file, "r") as f:
|
with open(readme_file, "r") as f:
|
||||||
lines = f.readlines()
|
lines = f.readlines()
|
||||||
|
Reference in New Issue
Block a user