Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DCAT Catalog Check
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open-Data
DCAT Catalog Check
Commits
eb7799e7
Verified
Commit
eb7799e7
authored
4 months ago
by
Thorge Petersen
Browse files
Options
Downloads
Patches
Plain Diff
chore: update coverage configuration to omit test files from report
parent
2042fb97
No related branches found
No related tags found
1 merge request
!1
Update Formats, Dependencies, and Dockerfile Configuration
Pipeline
#1398
passed
4 months ago
Stage: lint
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.coveragerc
+3
-0
3 additions, 0 deletions
.coveragerc
CHANGELOG.md
+6
-1
6 additions, 1 deletion
CHANGELOG.md
with
9 additions
and
1 deletion
.coveragerc
0 → 100644
+
3
−
0
View file @
eb7799e7
[run]
omit =
tests/*
\ No newline at end of file
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
6
−
1
View file @
eb7799e7
...
@@ -9,7 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -9,7 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Added
-
Unit tests for URI replacements and resource clearing
-
Unit tests for URI replacements and resource clearing.
### Changed
-
Updated coverage configuration to manage test file inclusion/exclusion.
-
Test files are now omitted from coverage reports to focus on application code metrics.
## [1.0.0] - 2024-12-20
## [1.0.0] - 2024-12-20
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment