mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-10 00:10:05 +00:00
feat: add gcov support
This commit is contained in:
parent
f32b3a3741
commit
f37520c6b0
10 changed files with 75 additions and 7 deletions
2
Makefile
2
Makefile
|
|
@ -3,5 +3,5 @@ deploy:
|
|||
git tag -d v2
|
||||
git push origin :v2
|
||||
git tag v2
|
||||
git tag v$(VERSION) -m ""
|
||||
git tag v$(VERSION) -s -m ""
|
||||
git push origin --tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue