Skip to content

Commit

Permalink
bump version 0.0.4, remove sonar from pr,
Browse files Browse the repository at this point in the history
  • Loading branch information
cadgerfeast committed Mar 9, 2021
1 parent 269f41d commit 3b6a7a7
Show file tree
Hide file tree
Showing 6 changed files with 4,506 additions and 1,836 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ jobs:
echo current version is $CURRENT
fi
- name: Fix Coverage Paths
if: github.event_name == 'push'
working-directory: ./coverage
run: |
sed -i 's/\/home\/runner\/work\/mollitia\/mollitia\//\/github\/workspace\//g' lcov.info
sed -i 's/\/home\/runner\/work\/mollitia\/mollitia\//\/github\/workspace\//g' clover.xml
- name: Sonar
if: github.event_name == 'push'
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 3b6a7a7

Please sign in to comment.