Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate separate coverage reports for frontend and backend #7151

Merged
merged 17 commits into from
Jul 31, 2019
Prev Previous commit
Next Next commit
fix conflicts
  • Loading branch information
Rishav Chakraborty committed Jul 28, 2019
commit aa703aef2ac3b4d16b70547dccdce595ebef18a0
30 changes: 15 additions & 15 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,22 @@


# Dev workflow team.
/.circleci/ @apb7
/.eslintignore @apb7
/.eslintrc @apb7
/.htmllintrc @apb7
/.coveragerc @apb7
/.gitattributes @apb7
/.gitignore @apb7
/.isort.cfg @apb7
/.pylintrc @apb7
/.stylelintrc @apb7
/.travis.yml @apb7
/.circleci/ @kevinlee12
/.eslintignore @kevinlee12
/.eslintrc @kevinlee12
/.htmllintrc @kevinlee12
/.coveragerc @kevinlee12
/.gitattributes @kevinlee12
/.gitignore @kevinlee12
/.isort.cfg @kevinlee12
/.pylintrc @kevinlee12
/.stylelintrc @kevinlee12
/.travis.yml @kevinlee12
/codecov.yml @lilithxxx
/core/templates/dev/head/css/.stylelintrc @apb7
/tox.ini @apb7
/scripts/ @apb7
/Vagrantfile @apb7
/core/templates/dev/head/css/.stylelintrc @kevinlee12
/tox.ini @kevinlee12
/scripts/ @kevinlee12
/Vagrantfile @kevinlee12


# Exploration project.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.