mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-05 03:54:46 +00:00
Add uploading of codecov result
This commit is contained in:
@@ -75,6 +75,11 @@ jobs:
|
|||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
make test CI_RUN=${CI}
|
make test CI_RUN=${CI}
|
||||||
|
- name: Upload codecov result
|
||||||
|
uses: codecov/codecov-action@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||||
|
files: coverage.out
|
||||||
# - name: Codeclimate
|
# - name: Codeclimate
|
||||||
# uses: paambaati/codeclimate-action@v2.7.5
|
# uses: paambaati/codeclimate-action@v2.7.5
|
||||||
# with:
|
# with:
|
||||||
|
|||||||
Reference in New Issue
Block a user