Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

[feature request] Rename apps.problems to apps.tasks #61

Merged
merged 7 commits into from
Nov 8, 2023

Conversation

bitterteriyaki
Copy link
Contributor

@bitterteriyaki bitterteriyaki commented Nov 7, 2023

O que este PR introduz?

Renomear o app apps.problems para apps.tasks. Closes #31.

Checklist

Por favor, cheque se seu PR atende aos seguintes requisitos:

  • Eu atualizei a documentação de acordo (se necessário).
  • Eu adicionei testes para cobrir minhas mudanças (se necessário).
  • Todos os novos e existentes testes passaram.
  • Meu código segue o estilo de código deste projeto.

Tipo de PR

Que tipo de mudança este PR introduz?

  • Correção de bug
  • Feature request
  • Atualização na documentação
  • Atualização no estilo do código (formatação, variáveis locais, etc.)
  • Refatoração (sem mudanças funcionais, sem mudanças na API)
  • Atualizações de dependências
  • Mudanças relacionadas a CI/CD
  • Chore (mudanças não relacionadas a código)
  • Mudanças relacionadas a build (e.g. Dockerfile, pyproject.toml, etc.)

Este PR introduz uma mudança que quebra a compatibilidade?

  • Sim
  • Não

Outras informações (screenshots, detalhes, etc.)

@bitterteriyaki bitterteriyaki added the feature request New feature request. label Nov 7, 2023
@bitterteriyaki bitterteriyaki added this to the Sprint 4 milestone Nov 7, 2023
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Files Coverage Δ
apps/tasks/__init__.py 100.00% <100.00%> (ø)
apps/tasks/admin.py 100.00% <100.00%> (ø)
apps/tasks/forms.py 100.00% <100.00%> (ø)
apps/tasks/migrations/0001_initial.py 100.00% <ø> (ø)
...ations/0002_alter_task_options_alter_task_table.py 100.00% <ø> (ø)
...ions/0003_task_memory_limit_task_score_and_more.py 100.00% <ø> (ø)
apps/tasks/models.py 100.00% <100.00%> (ø)
apps/tasks/tests.py 100.00% <100.00%> (ø)
apps/tasks/urls.py 100.00% <100.00%> (ø)
server/settings/base.py 100.00% <ø> (ø)
... and 2 more

📢 Thoughts on this report? Let us know!

Copy link

codeclimate bot commented Nov 8, 2023

Code Climate has analyzed commit 1de2a36 and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 2

The test coverage on the diff in this pull request is 98.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 95.8% (0.0% change).

View more on Code Climate.

@bitterteriyaki bitterteriyaki marked this pull request as ready for review November 8, 2023 13:18
@bitterteriyaki bitterteriyaki merged commit cf97682 into main Nov 8, 2023
4 checks passed
@bitterteriyaki bitterteriyaki deleted the featureRequest/apps.problems branch November 8, 2023 13:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request New feature request.
Projects
Status: ✅ Feito
Development

Successfully merging this pull request may close these issues.

[feature request] Renomear o app apps.problems para apps.tasks
2 participants