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

55 allow users to geneate csv data #72

Merged
merged 16 commits into from
Oct 7, 2023
Merged

Conversation

baubakg
Copy link
Member

@baubakg baubakg commented Oct 6, 2023

Solved issue #55 We can now export the results to a CSV file

@baubakg baubakg linked an issue Oct 6, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Merging #72 (4d77e78) into main (da2fd46) will decrease coverage by 1.82%.
Report is 13 commits behind head on main.
The diff coverage is 83.75%.

@@             Coverage Diff              @@
##               main      #72      +/-   ##
============================================
- Coverage     96.24%   94.42%   -1.82%     
- Complexity      204      224      +20     
============================================
  Files            13       15       +2     
  Lines           479      556      +77     
  Branches         78       88      +10     
============================================
+ Hits            461      525      +64     
- Misses           10       20      +10     
- Partials          8       11       +3     
Files Coverage Δ
...e/campaign/tests/logparser/core/AssertLogData.java 100.00% <ø> (ø)
...be/campaign/tests/logparser/core/GenericEntry.java 100.00% <ø> (ø)
.../campaign/tests/logparser/core/LogDataFactory.java 100.00% <100.00%> (ø)
...adobe/campaign/tests/logparser/core/LogParser.java 0.00% <ø> (ø)
...campaign/tests/logparser/core/ParseDefinition.java 97.33% <100.00%> (ø)
...ign/tests/logparser/core/ParseDefinitionEntry.java 96.07% <ø> (ø)
...n/tests/logparser/core/ParseDefinitionFactory.java 96.66% <ø> (ø)
...obe/campaign/tests/logparser/core/StdLogEntry.java 95.23% <100.00%> (ø)
...paign/tests/logparser/core/StringParseFactory.java 94.44% <100.00%> (ø)
.../exceptions/IncorrectParseDefinitionException.java 100.00% <ø> (ø)
... and 5 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarcloud
Copy link

sonarcloud bot commented Oct 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 173 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@baubakg baubakg merged commit 093e08f into main Oct 7, 2023
5 of 7 checks passed
@baubakg baubakg deleted the 55-allow-users-to-geneate-csv-data branch October 7, 2023 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow users to export data to CSV
1 participant