Skip to content

Commit

Permalink
fix coverage paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cadgerfeast committed Jul 5, 2020
1 parent 7f787d7 commit f344720
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Fix Coverage Paths
working-directory: ./coverage
run: |
sed -i 's/\/home\/runner\/work\/pixel-components\/pixel-components\//\/github\/workspace\//g' lcov.info
sed -i 's/\/home\/runner\/work\/pixel-components\/pixel-components\//\/github\/workspace\//g' clover.xml
sed -i 's/\/home\/runner\/work\/pixel-icons\/pixel-icons\//\/github\/workspace\//g' lcov.info
sed -i 's/\/home\/runner\/work\/pixel-icons\/pixel-icons\//\/github\/workspace\//g' clover.xml
- name: Sonar
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down
10 changes: 5 additions & 5 deletions fonts/PixelIcons.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: "PixelIcons";
src: url("PixelIcons.eot?0356093b11b4c7bd514b92a0295fb7a7?#iefix") format("embedded-opentype"),
url("PixelIcons.woff2?0356093b11b4c7bd514b92a0295fb7a7") format("woff2"),
url("PixelIcons.woff?0356093b11b4c7bd514b92a0295fb7a7") format("woff"),
url("PixelIcons.ttf?0356093b11b4c7bd514b92a0295fb7a7") format("truetype"),
url("PixelIcons.svg?0356093b11b4c7bd514b92a0295fb7a7#PixelIcons") format("svg");
src: url("PixelIcons.eot?5db1901957f9dccdcd117404c77a81fe?#iefix") format("embedded-opentype"),
url("PixelIcons.woff2?5db1901957f9dccdcd117404c77a81fe") format("woff2"),
url("PixelIcons.woff?5db1901957f9dccdcd117404c77a81fe") format("woff"),
url("PixelIcons.ttf?5db1901957f9dccdcd117404c77a81fe") format("truetype"),
url("PixelIcons.svg?5db1901957f9dccdcd117404c77a81fe#PixelIcons") format("svg");
}

.pi {
Expand Down
Binary file modified fonts/PixelIcons.eot
Binary file not shown.
Binary file modified fonts/PixelIcons.ttf
Binary file not shown.
Binary file modified fonts/PixelIcons.woff
Binary file not shown.
Binary file modified fonts/PixelIcons.woff2
Binary file not shown.

0 comments on commit f344720

Please sign in to comment.