-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add mutation to send metrics (#115)
* feat: add mutation to send metrics * build: new version with mutation * fix: dump base and head of PR * fix: add payload * fix: add commit and branch * feat: send metrics to barecheck API * fix: format coverage to float * feat: add query to fetch metrics * fix: linting * fix: formatting * fix: passing proper parasm * fix: use await * feat: use single workflow for code coverage * feat: remove unused cache step * feat: move tests to test directory * feat: add tests to fetch metgrics * feat: add tests for features and services dir * feat: add test when getCoverageFromFile exception thrown * chore: branch, commit -> ref, sha * chore: new buidl * feat: skip base coverage comparision if there is no base report * chore; fix output * fix: remove default value from base-lcov-file property * build code
- Loading branch information
1 parent
219d989
commit e0d9fa6
Showing
32 changed files
with
863 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"javascript.validate.enable": false | ||
"javascript.validate.enable": false, | ||
"cSpell.words": ["Barecheck"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.