Skip to content

Commit

Permalink
Coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vpet98 committed Jun 30, 2024
1 parent 6dc7929 commit d2f72eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "# EIDA statistics webservice" >> temp_readme.md # Restore the title
echo "" >> temp_readme.md # Add a blank line for spacing
echo "[![Coverage Status](coverage.svg)](./coverage.svg)" >> temp_readme.md # Append the badge
sed '4d' README.md >> temp_readme.md # Append the rest of README.md
sed -i '1,4d' README.md >> temp_readme.md # Append the rest of README.md
mv temp_readme.md README.md # Replace README.md with the modified temp file
- name: Commit and push changes
Expand Down
3 changes: 0 additions & 3 deletions webservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

[![Coverage Status](coverage.svg)](./coverage.svg)

# EIDA statistics webservice


The webserice provides an endpoint to send and consult the statistics.

## Install the webservice
Expand Down

0 comments on commit d2f72eb

Please sign in to comment.