Skip to content

Commit f986ef5

Browse files
committed
test(coverage): fix the source links in the coveralls.io website
1 parent 9f623e9 commit f986ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Fix coverage paths
5757
run: |
5858
sed -i 's|<package name="." |<package name="ardupilot_methodic_configurator" |' tests/coverage.xml
59-
sed -i 's|<source>.*</source>|<source>ardupilot_methodic_configurator</source>|' tests/coverage.xml
59+
sed -i 's|<source>.*</source>|<source>.</source>|' tests/coverage.xml
6060
sed -i 's|filename="|filename="ardupilot_methodic_configurator/|g' tests/coverage.xml
6161
shell: bash
6262

0 commit comments

Comments
 (0)