MozillaSecurity / funfuzz

A collection of fuzzers in a harness for testing the SpiderMonkey JavaScript engine.
Mozilla Public License 2.0
631 stars 115 forks source link

Add Mozilla Code of Conduct #228

Closed Mozilla-GitHub-Standards closed 5 years ago

Mozilla-GitHub-Standards commented 5 years ago

Fixes #227

As of January 1 2019, Mozilla requires that all GitHub projects include this CODE_OF_CONDUCT.md file in the project root. The file has two parts:

  1. Required Text - All text under the headings Community Participation Guidelines and How to Report, are required, and should not be altered.
  2. Optional Text - The Project Specific Etiquette heading provides a space to speak more specifically about ways people can work effectively and inclusively together. Some examples of those can be found on the Firefox Debugger project, and Common Voice. (The optional part is commented out in the raw template file, and will not be visible until you modify and uncomment that part.)

If you have any questions about this file, or Code of Conduct policies and procedures, please see Mozilla-GitHub-Standards or email Mozilla-GitHub-Standards+CoC@mozilla.com.

(Message COC002)

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #228      +/-   ##
==========================================
+ Coverage   56.48%   56.51%   +0.03%     
==========================================
  Files          36       36              
  Lines        2854     2854              
==========================================
+ Hits         1612     1613       +1     
+ Misses       1242     1241       -1
Impacted Files Coverage Δ
src/funfuzz/js/loop.py 57.81% <0%> (-0.53%) :arrow_down:
src/funfuzz/js/shell_flags.py 97.26% <0%> (+1.36%) :arrow_up:

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 f697bc8...3cb8f5c. Read the comment docs.