Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: included dart_package.md missing "coverage" URL #160

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

alestiago
Copy link
Contributor

Status

READY

Description

The "coverage" reference was missing a URL in dart_package.md. Added a reference to the coverage package that has documentation about ignoring coverage:

Ignore lines from coverage
// coverage:ignore-line to ignore one line.
// coverage:ignore-start and // coverage:ignore-end to ignore range of lines inclusive.
// coverage:ignore-file to ignore the whole file.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@alestiago alestiago added the documentation Improvements or additions to documentation label Nov 13, 2023
@alestiago alestiago self-assigned this Nov 13, 2023
@alestiago alestiago requested a review from a team as a code owner November 13, 2023 10:40
@alestiago alestiago merged commit fc1016b into main Nov 13, 2023
8 checks passed
@alestiago alestiago deleted the alestiago/doc-dart-package-missing-coverage-url branch November 13, 2023 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Development

Successfully merging this pull request may close these issues.

2 participants