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

Fix #81: Absolute path are broken #83

Merged
merged 1 commit into from
Mar 11, 2023

Conversation

didix21
Copy link
Owner

@didix21 didix21 commented Mar 9, 2023

  • Add new test for improving coverage.
  • Install pytest on github actions.
  • Replace unittest for pytest on github actions.

@github-actions github-actions bot added the bug Something isn't working label Mar 9, 2023
@codecov
Copy link

codecov bot commented Mar 9, 2023

Codecov Report

Merging #83 (ce3ff35) into master (5c71356) will increase coverage by 2.17%.
The diff coverage is 100.00%.

❗ Current head ce3ff35 differs from pull request most recent head df64ebb. Consider uploading reports for the commit df64ebb to get more accurate results

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
+ Coverage   85.89%   88.06%   +2.17%     
==========================================
  Files          13       13              
  Lines         482      486       +4     
  Branches       94       95       +1     
==========================================
+ Hits          414      428      +14     
+ Misses         47       37      -10     
  Partials       21       21              
Impacted Files Coverage Δ
mdutils/fileutils/fileutils.py 100.00% <100.00%> (+34.48%) ⬆️

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

@didix21 didix21 force-pushed the bugfix/81-markdown-not-accepting-abs-path branch 5 times, most recently from ce3ff35 to ea54a4a Compare March 11, 2023 15:48
- Add new test for improving coverage.
- Install pytest on github actions.
- Replace unittest for pytest on github actions.
@didix21 didix21 force-pushed the bugfix/81-markdown-not-accepting-abs-path branch from ea54a4a to df64ebb Compare March 11, 2023 16:10
@didix21 didix21 merged commit e361168 into master Mar 11, 2023
@didix21 didix21 deleted the bugfix/81-markdown-not-accepting-abs-path branch March 11, 2023 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant