Skip to content

Commit

Permalink
feature: update sonar key and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ldiego73 committed Jun 15, 2020
1 parent 74b8534 commit aea6101
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Personal Site

[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ldiego73/ldiego73.github.io/blob/develop/LICENSE)
[![Personal Site](https://github.com/ldiego73/ldiego73.github.io/workflows/Personal%20Site%20CI/badge.svg)](https://github.com/ldiego73/ldiego73.github.io/actions)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=ldiego73_ldiego73.github.io&metric=ncloc)](https://sonarcloud.io/dashboard?id=ldiego73_ldiego73.github.io)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ldiego73_ldiego73.github.io&metric=alert_status)](https://sonarcloud.io/dashboard?id=ldiego73_ldiego73.github.io)
[![MIT license](https://img.shields.io/badge/license-MIT-blue)](https://github.com/ldiego73/ldiego73.github.io/blob/develop/LICENSE)
[![Personal Site](https://img.shields.io/github/workflow/status/ldiego73/ldiego73.github.io/CI)](https://github.com/ldiego73/ldiego73.github.io/actions)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=ldiego73.github.io&metric=ncloc)](https://sonarcloud.io/dashboard?id=ldiego73.github.io)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ldiego73.github.io&metric=alert_status)](https://sonarcloud.io/dashboard?id=ldiego73.github.io)
[![Coverage Status](https://coveralls.io/repos/github/ldiego73/ldiego73.github.io/badge.svg?branch=develop)](https://coveralls.io/github/ldiego73/ldiego73.github.io?branch=develop)

Personal Site using Gatsby and Github Pages
Expand Down
3 changes: 2 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sonar.organization=ldiego73
sonar.projectKey=ldiego73_ldiego73.github.io
sonar.projectKey=ldiego73.github.io
sonar.sources=src,cypress
sonar.coverage.exclusions=**/__tests__/**/*,cypress/**/*
sonar.javascript.lcov.reportPaths=reports/coverage/lcov.info
sonar.testExecutionReportPaths=reports/test/result.xml
sonar.test.inclusions=**/__tests__/**/*

0 comments on commit aea6101

Please sign in to comment.