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

PR: Add Unicode character in test script #92

Merged
merged 4 commits into from
Apr 25, 2024

Conversation

jitseniesen
Copy link
Member

Description of Changes

Draft PR for testing purposes, for fixing #90,

Affirmation

By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct:
Jitse Niesen

@jitseniesen jitseniesen self-assigned this Apr 17, 2024
@codecov-commenter
Copy link

codecov-commenter commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.97%. Comparing base (d6ce369) to head (207fe13).

Additional details and impacted files

see 18 files with indirect coverage changes

* Use Python 3.9, 3.10 and 3.11 instead of Python 3.8, 3.9 and 3.10
  because conda-forge no longer supports 3.8.
* Bump versions of GitHub actions to get Node 20 because older versions
  are deprecated.
* Replace mambaforge by miniforge now that conda uses the same solver
  as mamba.
Before, the Spyder source tree was nested inside the plugin source
tree which was messy and may have generated errors.
This is necessary in case the file being profiled contains
characters that can't be written to files in the preferred
encoding (on Windows, the preferred encoding is not UTF-8 but
an ANSI code page).
@jitseniesen jitseniesen marked this pull request as ready for review April 25, 2024 19:19
@jitseniesen jitseniesen changed the title Add Unicode character in test script PR: Add Unicode character in test script Apr 25, 2024
@jitseniesen jitseniesen merged commit ce5897d into spyder-ide:master Apr 25, 2024
9 checks passed
@jitseniesen jitseniesen deleted the unicode branch April 25, 2024 19:20
@jitseniesen jitseniesen added this to the v0.4.0 milestone Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants