mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-05 22:49:25 +00:00
Add uploading of codecov result
This commit is contained in:
@@ -75,6 +75,11 @@ jobs:
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
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
|
||||
# uses: paambaati/codeclimate-action@v2.7.5
|
||||
# with:
|
||||
|
||||
Reference in New Issue
Block a user