Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4d037c5

Browse files
committed
Remove CodeCov, add CodeQL on GitHub
1 parent 5f7fdf4 commit 4d037c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pages/project-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ are aggregated and reported on the entire project, in addition to reports on
109109
individual components.
110110

111111
- [Code Climate Quality](https://codeclimate.com/quality/) {%include components/tag-suggestion.html %}
112-
- [CodeCov](https://codecov.io/) {%include components/tag-suggestion.html %}
113112

114113
## Static analysis for code quality
115114

@@ -120,7 +119,8 @@ project, that might not be caught in a code review. Static analysis tools catch
120119
duplication, security concerns, and more. Also see [Static Security
121120
Analysis](https://before-you-ship.18f.gov/security/static-analysis/).
122121

123-
- [Code Climate Quality](https://codeclimate.com/quality/) {%include components/tag-suggestion.html %}
122+
- [CodeQL on GitHub](https://docs.github.com/en/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository) (for security analysis) {%include components/tag-standard.html %}
123+
- [Code Climate Quality](https://codeclimate.com/quality/) (for maintainability metrics) {%include components/tag-suggestion.html %}
124124

125125
## Dependency management
126126

0 commit comments

Comments
 (0)