-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tests): add code coverage reporting (#817)
* feat(tests): add code coverage * fix: change volume handling * fix: volume host dir * refactor: remove ifs * fix: use lcov * fix: passthrough in mirage * test: remove files * fix: add codecov path fixes * fix: add leading slash path fix * refactor: remove unnecessary files input * fix: remove leading slash again * fix: test other fix * fix: set files again aaaaaa * chore: remove codecov.yml * fix: change Istanbul reporters * fix: prefix path with ./ * test: only upload lcov.info * fix: disable search * fix: functionalities input * fix: checkout code * refactor: remove unnecessary -t * feat: add if-no-files-found on upload-artifact * refactor: try tokenless report uploading * chore: update codecov-action
- Loading branch information
Showing
7 changed files
with
2,211 additions
and
24 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 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 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 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,4 +1,6 @@ | ||
export default function () { | ||
this.passthrough('/write-coverage'); | ||
|
||
this.namespace = '/api/v1'; | ||
|
||
this.post( | ||
|
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 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.