https://github.com/panoramicdata/codacy.api.testrepo
Dedicated test repository for Codacy.Api integration testing
https://github.com/panoramicdata/codacy.api.testrepo
Last synced: 2 months ago
JSON representation
Dedicated test repository for Codacy.Api integration testing
- Host: GitHub
- URL: https://github.com/panoramicdata/codacy.api.testrepo
- Owner: panoramicdata
- License: mit
- Created: 2025-11-18T11:55:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-18T11:57:38.000Z (7 months ago)
- Last Synced: 2025-11-18T15:33:34.746Z (7 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codacy.Api.TestRepo
This is a dedicated test repository for the **Codacy.Api** .NET library integration tests.
## Purpose
This repository contains intentional code quality issues designed to test the Codacy API integration:
- C# files with common code smells
- JavaScript files with linting issues
- Python files with style violations
## Structure
```
Codacy.Api.TestRepo/
??? src/
? ??? CSharp/ # C# test files
? ??? JavaScript/ # JavaScript test files
? ??? Python/ # Python test files
??? tests/ # Test files
??? README.md
```
## Intentional Issues
This repository contains intentional code quality issues including:
- Unused variables
- Magic numbers
- Complex methods
- Missing error handling
- Code style violations
- Security vulnerabilities (simulated)
## Usage
This repository is automatically added/removed from Codacy during integration test execution.
**Do not use this repository for any production code!**
## License
MIT License - See LICENSE file for details
## Maintainer
Panoramic Data Limited - https://github.com/panoramicdata