-
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 * 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 * Remove secret from continuous-integration.yml workflow input * Readd codecov secret to continuous-integration.yml * Provide secret in continuous-delivery.yml when invoking integration.yml * Added exception for feat/codecov into continuous-delivery.yml * reverted last change to continuous-delivery.yml --------- Co-authored-by: guidojw <[email protected]> Co-authored-by: lodewiges <[email protected]>
- Loading branch information
1 parent
aa79872
commit 2ae6758
Showing
8 changed files
with
2,213 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
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.