An open API service indexing awesome lists of open source software.

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

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