Skip to content

Commit

Permalink
Run sonarcloud inside GH action (#9)
Browse files Browse the repository at this point in the history
* Run sonarcloud inside GH action

* set sources

* Added paths

* Added debug

* Remove sonar and added codacy coverage

* Updated License
  • Loading branch information
mivek authored Mar 20, 2021
1 parent b9a1625 commit 64e6650
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
run: |
make report
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@master
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml

- name: Upload coverage results
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020 Jean-Kevin KPADEY
Copyright 2021 Jean-Kevin KPADEY

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down

0 comments on commit 64e6650

Please sign in to comment.