proper-testing / proper

PropEr: a QuickCheck-inspired property-based testing tool for Erlang
http://proper-testing.github.io
GNU General Public License v3.0
882 stars 167 forks source link

update mail unused email address to current one #285

Closed TheGeorge closed 3 years ago

TheGeorge commented 3 years ago

I realized that this address is still referenced here, but not used anymore

kostis commented 3 years ago

Since you are changing these files, perhaps it's a good idea to modify the copyright year to be -2021 in all of them. Can you do this as part of this PR?

TheGeorge commented 3 years ago

Yes, let me update the PR

On Wed, Jul 21, 2021, 17:38 Kostis Sagonas @.***> wrote:

Since you are changing these files, perhaps it's a good idea to modify the copyright year to be -2021 in all of them. Can you do this as part of this PR?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/proper-testing/proper/pull/285#issuecomment-884330755, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACHLD4PYL5IV7O5FGJGHDTTY3ZZJANCNFSM5AYKFVSA .

TheGeorge commented 3 years ago

I updated the dates for all touched files

codecov-commenter commented 3 years ago

Codecov Report

Merging #285 (1eb43de) into master (181423b) will decrease coverage by 0.19%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #285      +/-   ##
==========================================
- Coverage   85.49%   85.30%   -0.20%     
==========================================
  Files          14       14              
  Lines        4586     4586              
==========================================
- Hits         3921     3912       -9     
- Misses        665      674       +9     
Impacted Files Coverage Δ
src/proper.erl 70.99% <ø> (-0.13%) :arrow_down:
src/proper_gen_next.erl 77.15% <ø> (-0.27%) :arrow_down:
src/proper_sa.erl 94.11% <ø> (ø)
src/proper_target.erl 91.89% <ø> (ø)
src/proper_gen.erl 86.69% <0.00%> (-0.50%) :arrow_down:
src/proper_erlang_abstract_code.erl 93.82% <0.00%> (-0.42%) :arrow_down:
src/proper_statem.erl 94.67% <0.00%> (-0.39%) :arrow_down:
src/proper_types.erl 94.44% <0.00%> (-0.33%) :arrow_down:
... and 1 more

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 181423b...1eb43de. Read the comment docs.