Skip to content

Commit a32c19a

Browse files
committed
test(coverage): correct the links to the source code in the coveralls.io website
1 parent 439b6be commit a32c19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
5656
- name: Fix coverage paths
5757
run: |
58+
sed -i 's|<package name="." |<package name="ardupilot_methodic_configurator" |' tests/coverage.xml
5859
sed -i 's|<source>.*</source>|<source>ardupilot_methodic_configurator</source>|' tests/coverage.xml
5960
sed -i 's|filename="|filename="ardupilot_methodic_configurator/|g' tests/coverage.xml
6061
shell: bash

0 commit comments

Comments
 (0)