Skip to content

Conversation

@WaleedSehgal
Copy link

Fixes #1053

This pull request:

  • Has a title summarizes what is changing
  • Includes a news entry file (remember to thank yourself!)
  • Has unit tests & code coverage is not adversely affected (within reason)
  • Works on all actively maintained versions of Python (e.g. Python 2.7 & the latest Python 3 release)
  • Works on Windows 10, macOS, and Linux (e.g. considered file system case-sensitivity)

@msftclas
Copy link

msftclas commented May 14, 2018

CLA assistant check
All CLA requirements met.

@@ -0,0 +1 @@
adds constraints syntax highlighting

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to 'Add syntax highlighting to constraints.txt file to match that of piprequirements files'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this file into 3 Code Health

@WaleedSehgal WaleedSehgal changed the title adds constraints syntax highlighting constraints.txt highlighting May 14, 2018
@codecov
Copy link

codecov bot commented May 14, 2018

Codecov Report

Merging #1685 into master will increase coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1685      +/-   ##
==========================================
+ Coverage   71.38%   71.53%   +0.15%     
==========================================
  Files         277      277              
  Lines       13014    13014              
  Branches     2344     2344              
==========================================
+ Hits         9290     9310      +20     
+ Misses       3583     3569      -14     
+ Partials      141      135       -6
Impacted Files Coverage Δ
src/client/debugger/mainV2.ts 77.82% <0%> (+2.82%) ⬆️
src/client/debugger/PythonProcess.ts 51.25% <0%> (+5.41%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe442f9...c8fe345. Read the comment docs.

package.json Outdated
"filenamePatterns": [
"*-requirements.txt",
"requirements-*.txt",
"contraints-*.txt",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should also support files simply named constraints.txt (which requires simply adding that to "filenames" above.

@DonJayamanne DonJayamanne merged commit 5215660 into microsoft:master May 14, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Associate pip requirements files with constraint files

4 participants